Convert the user-provided input to internal format by running step 1 of job APCIJIFU.
In the first step, the provided IMS transaction information is checked for data validation and converted to the required format for further processing.
Be sure to make the following changes:
//******************************************************************** //* INPUT SOURCE: USER PROVIDED INFORMATIONS * //* CONVERT PROVIDED INPUT TO PMA IMS INFO FORMAT * //******************************************************************** //STEP1 EXEC PGM=APCIAIFU,PARM='&ERRLIM,&MSGLIM',REGION=4M //STEPLIB DD DISP=SHR,DSN=YOUR.PMA.CEETLOAD //APCINF DD DSN=IMS-TRANSACTION-EXECUTION-INFORMATION-FILE, // DISP=SHR //APCOUTF DD DSN=&&APCIMS1, // DISP=(,PASS), // UNIT=SYSDA, // DCB=(RECFM=VB,LRECL=3120,BLKSIZE=27998), // SPACE=(CYL,(100,200)) //SYSUDUMP DD SYSOUT=* //APCEREP DD SYSOUT=* //*
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|