Answer Posted / rangarao chitipothu
job card is the first jcl statement.
//<jobname> job <parameters>
//SVDYG1BE JOB (B0RX0T000000),'AR RX MISC BILL RPT',CLASS=D,
//
MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID,
//
RESTART=PSTEP030
Job Statement
SVDYG1BE --->Job Name
B0RX0T000000 --->Accounting code
AR RX MISC BILL RPT --->User/Job Information
CLASS = D --->Nature of Job
MSGLEVEL=(1,1) - -->It means it will display all the message (job related/jcl statement/execution statement) in normal/abnormal Termination.
MSGCLASS=X --->It will tell on which device the output message is routed.
NOTIFY=&SYSUID ---> It will notify after completion of the job to the person submitted.
RESTART=PSTEP030 ---> It will restart from step name PSTEP030
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
What is the purpose of disp parameter?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How does jcl specify the job to the operating system?
How jcl is used for testing batch programs?
Can we call instream to catalog and catalog to instream?
what operation is performed by job statement?
Explain the function of //cntl statement?
What is condition checking in jcl? Is this possible?
What is the purpose of dd * statement in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the function of dd name parameter with a 2 part structure; audit.report?
Does jcl support automatic restart?
What is the motivation behind coding class parameter in job statement?
List in order the hierarchical levels of jcl?