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 significance of addrspc parameter in the exec statement?
How can a jobs execution priority be modified?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Must tape dataset definitions include vol=ser specifications?
what are JCLLIB and STEPLIB in JCL?
What is the difference between the positional and keyword parameters? Give examples.
Explain about LMQUERY�give a dialog information about a data set
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is job control language?
Explain in DD statement what is the use of DCB parameter?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what happens in conversion stage in job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How can the disposition of sysout datasets be set for an entire jobstream?