Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ADDRESS ISREDIT " REPLACE "MYMBR LPOS1+1 LPOS2
REPRC = RC
LPOS1 = 1
IF SYSVAR(SYSENV) = 'BACK' THEN SAY MYMBR
END; /* ELSE (RETCODE ...) */
IF REPRC = 0 THEN ,
ADDRESS ISREDIT " DELETE "LPOS1 LPOS2 ;
Expand Down
Loading