PriyaMougoundane
New User
Joined: 28 Jul 2023 Posts: 4 Location: India
|
|
|
|
Hi,
I trying to build a macro to perform copy based on the labels and lines I provide from the source member to the destination member without doing the work of creating and paste it in another window. I am facing issue with copy command , it gives an error saying label missing though the label is provided.
detailed message :
label missing
you must specify a label after the BEFORE/AFTER keyword.
Error message ID : ISRE297
RC : 20
I am attaching my code your reference.
/**REXX****/
ADDRESS ISREDIT
"MACRO (DNAME)"
"CREATE "DNAME" .A .B"
IF RC > 0 THEN
"(LINE1) = LINENUM .A"
"(LINE2) = LINENUM .B"
"COPY "DNAME" AFTER .ZLAST "LINE1" "LINE2""
I kindly request you to guide me on this .
Thank you,
Priya Mougoundane. |
|