z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EDREC—specify edit recovery handling

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--EDREC----------------------------------------------->

>--+-INIT--+-------------------+----------------------------+--><
   |       '-CMD(command-name)-'                            |   
   +-QUERY--------------------------------------------------+   
   +-PROCESS--+----------------------+--+-----------------+-+   
   |          '-PASSWORD(pswd-value)-'  '-DATAID(data-id)-' |   
   +-CANCEL-------------------------------------------------+   
   '-DEFER--------------------------------------------------'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('--EDREC--'---------------------------------->

>--+------------------------------------------+--);------------><
   +-,'INIT',-+--------------+----------------+       
   |          '-command-name-'                |       
   +-,'QUERY'---------------------------------+       
   +-,'PROCESS',-+------------+-,-+---------+-+       
   |             '-pswd-value-'   '-data-id-' |       
   +-,'CANCEL'--------------------------------+       
   '-,'DEFER'---------------------------------'       

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,buffer);----------------------------><

Return codes

 0
Normal return.
  • INIT - Edit recovery table was successfully created.
  • QUERY - Recovery is not pending.
  • PROCESS - Recovery was completed and the data was saved.
 4
Normal return.
  • INIT - Edit recovery table already exists for current application.
  • QUERY - Entry found in edit recovery table; recovery is pending.
  • PROCESS - Recovery was completed, but user did not save data.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014