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

JCL comment code //*


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

New User


Joined: 03 Dec 2010
Posts: 87
Location: India

PostPosted: Thu Jun 02, 2011 4:50 pm
Reply with quote

IN a JCL if we give :
Code:

//* this is comment


obviously it will considered as comments...

But in many cases I have seen this :
Code:

//*+JTS RELEASE DATE=+001,TIME=05:15


and similar other statements where even though the third position of JCL has a * still that line is being executed, in this case, the job is held in que until it reaches that time.

So I want to know what's this special case in JCL. I have googled and not found any answers for this.

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Jun 02, 2011 4:53 pm
Reply with quote

Check the JCL Reference manual (link at the top of the page) for the JES3 command format. This only applies if your site uses JES3, not JES2.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Jun 02, 2011 5:46 pm
Reply with quote

There's at least one specific override that can be passed as a 'comment' card in JES2 that I'm aware of.

.. oh! and the line isn't executed.

Garry.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Fri Jun 03, 2011 1:52 pm
Reply with quote

I faintly remember seeing something like this JCL at our shop, in which the statements with comments
//*+
were processed by scheduling system(which runs on JES2)

I could be totally wrong. :S
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top