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

JCL- message level and explain the code which I have listed


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

New User


Joined: 03 Aug 2005
Posts: 23

PostPosted: Fri Aug 12, 2005 6:42 pm
Reply with quote

Hi folks,
I have got two doubts...
1. in JCL program we write job name etc in the first line. what is message level?what is the use of two parameters of message level?
2.
Code:
 

 TKOL033E JOB CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1),REGION=0M, NOTIFY=&SYSUID                               
  STEP1   EXEC PGM=IEFBR14                                 
  SYSPRINT DD SYSOUT=*                                     
  SYSOUT   DD SYSOUT=*                                     
  DD01     DD DSN=TKOL033.OUT.WORDS,                       
           DISP=(MOD,DELETE,DELETE),                   
           UNIT=SYSDA,                                 
           SPACE=(TRK,(2,5),RLSE),                     
           DCB=(RECFM=FB,LRECL=180,BLKSIZE=0)

can u explain step by step the working of above sample program?

[/code]

Quote:

There are 3 kinds of people in this world...those you want things to happen, those that make things happen, and those who just wonder what the hell happened!

Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Aug 12, 2005 7:17 pm
Reply with quote

kriz_cts:

Whoa! Hold up on all the posts! The answers to a question such as this are best left up to the manuals. The members of this forum cannot be expected to answer questions about every nuance of every JCL parameter, when the answers are readily available with a quick search of the Reference Manual. Please refer to the JCL Reference Manual, available by selecting the "Manuals" tab at the top of the page.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Aug 12, 2005 7:57 pm
Reply with quote

Well said SUPERK....

Members ......please make a search in manuals before asking queries regarding parameters which is a click away.

Even after then you have problem....you always have others to help you...

Regards,

Priyesh.
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 How to load to DB2 with column level ... DB2 6
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top