View previous topic :: View next topic |
Author |
Message |
coolguy2005 Beginner
Joined: 22 Mar 2005 Posts: 22 Topics: 16
|
Posted: Wed Mar 23, 2005 1:51 am Post subject: Mass compile all the members in a PDS of the type of COBOL |
|
|
I have a PDS in which i have 50 members all are COBOL files.I have made changes to all the programs by adding a new line.I want to compile them all successfully.Instead of compiling them seperately is there any method where i can mass compile all of the members within the PDS. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Mar 23, 2005 4:36 am Post subject: |
|
|
coolguy2005,
You can generate the compile JCL for all the members using an utility or REXX and submit the job to the INTRDR for compilation.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
kok328 Beginner

Joined: 05 Nov 2003 Posts: 19 Topics: 0 Location: MI, USA
|
Posted: Wed Mar 23, 2005 9:12 am Post subject: Initiator hog |
|
|
Having done this once before as part of a 200 - 300 program update, you may want to consider the ramifications of this approach.
50 programs isn't that much however, those waiting for an initator may think otherwise. You may want to give some consideration to the priority of your compile jobs. |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Mar 23, 2005 9:46 am Post subject: |
|
|
I have done this as well. I typically split up the compile into a number of jobs, partly because of the issue that kok328 raised and partly so that I did not exceed the maximum EXEC limit for a single job.
We compiled about 8000 programs. |
|
Back to top |
|
 |
|
|