I have developed a Rexx exec that first edits and member of a PDS, then calls a program and finally browses a Sequential Dataset containing the desired output.
. . .
"ISPEXEC EDIT DATASET('USERID.SQL.IN("||SQLNAM||")')"
. . .
"CALL 'IDMSR.TEST.LOAD(IDMSBCF)'"
"ISPEXEC BROWSE DATASET('USERID.SYSLST')"
. . .
The problem I am encountering is while browsing the SYSLST dataset I do not see the 'COMMAND ===>' line that usually appears on Line 2. After scrolling down a few pages I receive the following error:
** ISPF screen input error - code = 28 **
The Command ===> line then returns and processes normally until I execute the exec again and the problem recurs as before.
I know this is an ISPF issue, but I hope someone may have encountered this within a Rexx exec.
. . .
"ISPEXEC EDIT DATASET('USERID.SQL.IN("||SQLNAM||")')"
. . .
"CALL 'IDMSR.TEST.LOAD(IDMSBCF)'"
"ISPEXEC BROWSE DATASET('USERID.SYSLST')"
. . .
The problem I am encountering is while browsing the SYSLST dataset I do not see the 'COMMAND ===>' line that usually appears on Line 2. After scrolling down a few pages I receive the following error:
** ISPF screen input error - code = 28 **
The Command ===> line then returns and processes normally until I execute the exec again and the problem recurs as before.
I know this is an ISPF issue, but I hope someone may have encountered this within a Rexx exec.