Previous Topic: PSWDCHK

Next Topic: RECVRID


RCALPROC

Specifies the name of an external procedure that will be used for the recall of archived data sets.

xxxxxxxx

Specifies the one- to eight-character name of the recall procedure.

Default: None

Notes:

Example

If RCALPROC=XCOMRCAL is defined, then the XCOMRCAL procedure should be coded as follows to recall the data set:

//XCOMRCAL PROC XDSN=
//*===========================================================*
//BR14    EXEC  PGM=IEFBR14
//*===========================================================*
//RCALDS   DD  DISP=SHR,DSN=&XDSN
//         PEND

The parameter XDSN will be set to the name of the archived data set.