Invoke ISREDIT services.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
DLG-ISREDIT commandproceduresyntax
General Rule:
- Data field DLG-ISREDIT-RC contains the return code after call execution.
Parameter:
commandproceduresyntax
|
Syntax for call executed in Command Procedure (CLIST) format
|
Example:
Determine if the member is new or existing. DLG-VDEFINE links ISPF variable &LASTLINE to COBOL variable LASTLINE.
DLG-VDEFINE LASTLINE &APS-FULL
DLG-ISREDIT (LASTLINE) = LINENUM .ZLAST
IF LASTLINE = 0
/* NEW MEMBER
TRUE NEW-MEMBER