CAN ANYONE TELL ME WHAT IS "JOB-CARD"

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


Please Help Members By Posting Answers For Below Questions

what is the use of JCL?

662


Why include statement is used in a jcl?

689


What are the rules employed while naming the steps in a job?

661


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816






How can a fb file convert to vb file using sort program?

804


Is automatic restart possible in jcl?

737


write a jcl to execute a job by 7:00 am on jan 20,1986?

699


Explain the job statement in jcl?

652


Explain about LMQUERY�give a dialog information about a data set

904


What is the format of comment statement?

666


Explain how can the submitting users racf authority be overridden in a job stream?

672


What do you know about jcl?

649


What is the significance of addrspc parameter in exec statement?

729


How does jcl act on a cobol code?

657