I have written a REXX exec that opens an edit session for a COBOL copybook found on the same line as the cursor. This doesn't allow me to toggle back and forth between the copybook and the original program. I'm wondering if there is an ISPEXEC command that would issue the equivalent of a START. Is there a command to do this? What books or online references would you recommend I look in to find such a command?
I am using the code below to edit a copy of the COBOL copybook.
ADDRESS ISPEXEC
"LMINIT DATAID(IDVAR) DDNAME("CPYFILE")"
"EDIT DATAID("IDVAR")"
Any help would be appreciated. Thanks
Dan
I am using the code below to edit a copy of the COBOL copybook.
ADDRESS ISPEXEC
"LMINIT DATAID(IDVAR) DDNAME("CPYFILE")"
"EDIT DATAID("IDVAR")"
Any help would be appreciated. Thanks
Dan