View previous topic :: View next topic |
Author |
Message |
EugeneE Beginner
Joined: 24 Apr 2005 Posts: 8 Topics: 3
|
Posted: Tue Feb 04, 2014 4:06 pm Post subject: Mass compile/bind |
|
|
Dear All,
I need to compile/bind hundreds of batch/DB2 and CICS/DB2 programs. Is there an easy way to automate this process? For example, can I pass a list of program names to compiler? Or I need to create a monster job with the similar steps for each program.
Thank you very much
Eugene |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Feb 04, 2014 5:25 pm Post subject: |
|
|
EugeneE,
Quite easy.
1. Build a template PROC for PRECOMPILE, COMPILE, LINK, BIND for Batch/DB2 programs
2. Repeat step 1 for CICS/DB2 programs adding the necessary CICS steps.
3. Use an utility to build the dynamic SYSIN/DBRMLIB/SYSTSTIN override Control cards for the PROC in step 1 and step 2. This will also submit the JOB via INTRDR.
Kolusu |
|
Back to top |
|
 |
|
|