In this example, the first ISPSTART executes the batch program, which will use the input and output files mentioned previously in this chapter. This ISPSTART is the default you will see in the JCL. Your REMOTES input file would have entries for the GENLM1, GENLM2 and GENLM3 modules specifying to register, split and compose those remotes. The subsequent ISPSTART commands in this example will continue the process using different execute parameters.
//SYSTSIN DD * PROFILE PREFIX(TSOID) WTPMSG ISPSTART CMD(%TIXBKGN3 PROGRAM(IEFBP1) TRACE(OFF) + TIUDEBUG(X)DBATTACH(DSN)) %TICGRETC TIUDEBUG(X) ISPSTART CMD(EXEC 'AAAC.CLIB(GENLM1)' 'COMPILE LINEMODE') ISPSTART CMD(EXEC 'AAAC.CLIB(GENLM2)' 'COMPILE LINK PACKALL') ISPSTART CMD(EXEC 'AAAC.CLIB(GENLM3)' 'COMPILE(PSTEPA) LINEMODE') /* //REMOTES DD DSN=RMTLIST.DATA(PASS1),DISP=SHR
Contents of RMTLIST.DATA(PASS1):
BROWSE RMTLIST.DATA(PASS1) Command ===> ******************** Top of Data ******** Y,Y,Y,N,N,N,GENLM1,'PDS.DATA.SET' Y,Y,Y,N,N,N,GENLM2,'PDS.DATA.SET' Y,Y,Y,N,N,N,GENLM3,'PDS.DATA.SET' ******************* Bottom of Data ******
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|