Specifies the name of an external procedure that will be used for the recall of archived data sets.
Specifies the one- to eight-character name of the recall procedure.
Default: None
Notes:
When CA XCOM Data Transport receives the code from dynamic allocation that the data set has been archived, the following occurs:
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.
| Copyright © 2012 CA. All rights reserved. |
|