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

Compile only the first 50lines of the program


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jones

New User


Joined: 25 May 2005
Posts: 3
Location: chennai

PostPosted: Tue Jun 07, 2005 11:31 am
Reply with quote

I have a 100lines jcl program , but if i want to submit or compile only the first 50lines of the program is there any special option.
Back to top
View user's profile Send private message
jones

New User


Joined: 25 May 2005
Posts: 3
Location: chennai

PostPosted: Tue Jun 07, 2005 11:35 am
Reply with quote

How can i find from the cobol program directly that it is a vsam cobol program
Back to top
View user's profile Send private message
David P

Active User


Joined: 11 Apr 2005
Posts: 106
Location: Cincinnati Ohio

PostPosted: Tue Jun 07, 2005 1:20 pm
Reply with quote

Hi Jones,

I believe you want to process first 50 jcl statements out of total 100,
if this is what you want to do, you can do this by making 51st statement
of your jcl as null statement.

i.e. 51st statement should be like
//

And by your second question what I understand is you are looking for a
cobol program using vsam data set. For this you can refer to the
programs section of this forum.

regards,
David.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top