Before debugging a batch application using the batch link facility, modify the application JCL to enable the batch link environment. Do this manually as described here, or automatically using the batch link JCL conversion facility.
Change the application JCL for each step to be debugged. These changes include the following steps:
Note: It is possible to use the dynamic symbolic support feature if you:
and
To do so, insert a fully qualified data set name containing the C1DEFLTS with your site under the STEPLIB concatenation ID.
Note: For more information about these additional DD statements, see The Batch Link DD Statements.
Note: For more information about valid options, see Batch Link Options.
Note: Different requirements apply for DB2 applications.
The following code is a sample JCL stream for batch link:
// JOB // EXEC PGM=CAMRBL01,PARM='application parms' //STEPLIB DD DISP=SHR,DSN=CAI.CAILIB // DD DISP=SHR,DSN=USER.LOADLIB // DD DISP=SHR,DSN=USER.C1DEFLTS //INT1PARM DD DISP=SHR,DSN=CAI.CAISRC //INT1PROF DD DISP=SHR,DSN=CAI.PROFLIB //INT1PNLL DD DISP=SHR,DSN=CAI.CAIPNL1 //INT1MSGL DD UNIT=SYSDA,SPACE=(TRK,(1,1)) //INT1OPTS DD * EXEC=CAMRCOBB,PROFILE=USER01 /*
|
Copyright © 2013 CA.
All rights reserved.
|
|