IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to write Compile JCl


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krbabu

New User


Joined: 20 Feb 2004
Posts: 57

PostPosted: Wed Mar 03, 2004 10:41 am
Reply with quote

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
View user's profile Send private message
mvs_butta

New User


Joined: 23 Dec 2003
Posts: 13

PostPosted: Wed Mar 03, 2004 11:12 am
Reply with quote

Check this link
http://ibmmainframes.com/jcls/cobol/cob1.html
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Thu Mar 04, 2004 7:46 am
Reply with quote

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
View user's profile Send private message
pradeep

New User


Joined: 31 Jan 2004
Posts: 10
Location: Surandai,India

PostPosted: Fri Mar 05, 2004 11:56 am
Reply with quote

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=''
// icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Compare two files with a key and writ... SYNCSORT 3
Search our Forums:

Back to Top