Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
JCL- message level and explain the code which I have listed

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
kriz_cts

New User


Joined: 03 Aug 2005
Posts: 23

PostPosted: Fri Aug 12, 2005 6:42 pm    Post subject: JCL- message level and explain the code which I have listed
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
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3309
Location: Charlotte,NC USA

PostPosted: Fri Aug 12, 2005 7:17 pm    Post subject: Re: JCL- message level and explain the code which I have lis
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

Global Moderator


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

PostPosted: Fri Aug 12, 2005 7:57 pm    Post subject: Re: JCL- message level and explain the code which I have lis
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1