View previous topic :: View next topic
|
Author |
Message |
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
Hi,
Can anybody tell me the idea about, how to write the compile jcl.
Just i created one Cobol program and want to compile it and run this cobol program. please give the idea about this. |
|
Back to top |
|
|
mvs_butta
New User
Joined: 23 Dec 2003 Posts: 13
|
|
Back to top |
|
|
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
Hi Ravindra,
That stuff should be available to everybody in your shop. I've been in the business for 30+ years and I've NEVER had to write my own compile JCL. Ask one of your co-workers where the compile procs are kept (dataset name) and their member names.
Regards, Jack. |
|
Back to top |
|
|
pradeep
New User
Joined: 31 Jan 2004 Posts: 10 Location: Surandai,India
|
|
|
|
Hello Kr babu,
Compile Jcl is also a jcl program consisting a set fo jcl statements.It is used for compiling the cobol programs.
The sample code is given below:
//job1 job notify=&sysuid
//comp --- exec the procedure of compiling cobol programs,sprog=filename
// slib='',pgmlib=''
// |
|
Back to top |
|
|
|