I need to modify one existing REXX edit macro.
"COPY '"COPYDSN1"("VAR9")' AFTER .ZCSR"
"C 3 P'=' '*' PREV"
"C 3 P'=' '*' PREV"
I can understand that its asking to change column 3 value with '*' . But what does it mean by P'=' .
Actually I need to remove this line, because I DO NOT want to change the column3 value with * . But when I am deleting this particular line from my macro, the macro is going to infinite loop.
Moreover, how does the above code is different from below one
"ISREDIT CHANGE P'=' '*' 3"