Which of these functions does BREXX on VM not have?
ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x;
?
I'm getting the following which isn't very helpful.
? ? 15 *-* ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x; Error 43 running GRAPH1, line 15: Routine not found ? My knowledge of REXX, that still resides in what is left of my brain, is from the 90s, so I'm sure I'm missing something.