APCS5970
Validation is performed as with any ISPF, CA‑PanAPT function. If an error is detected in the input stream, then the extract is not generated and error messages are produced in its place.
APJJ5970 below is sample JCL that executes program APCS5970.
//APJJ5970 JOB (),'BATCH UPDATE', // TYPRUN=HOLD, // CLASS=P, // MSGCLASS=J //* //JOBLIB DD DSN=<SPFX>,LOADLIB,DISP=SHR //* //* //APJP5970 EXEC APJP5970, // VSAMPFX='<VPFX>', <==== VSAM data set prefix // SOFTPFX='<SPFX>', <==== APTMODEL prefix // APTIN='<SYSIN>', <==== Input data set name // APTOUT='<SYSOUT>' <==== Output data set name
The input to this job consists of the user-defined batch input file. This job is typically created by a user-written program. The data set name (APTIN='<SYSIN>') must be overridden in APJJ5970. Records on the input file consist of the APCSIREQ request record, the record type is 00 for the extract function. Only one input record is needed, and its format is described earlier in the section Input.
|
Copyright © 2004 CA.
All rights reserved.
|
|