CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Answers were Sorted based on User's Feedback
Answer / ch.mohan
jobcard is identify the job related parameters
eg:jobname job a/c info,'username',notify,.....so on
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / venkat
job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Answer / naga
job card contain job name for eg fss013 is the job name,
Mainframe operating regognize fss013 as a job,this job name
is like identifier then card having posintional and keyword
parameter
| Is This Answer Correct ? | 3 Yes | 0 No |
once we submitted the job to the operating system, how can we cancel the job before execution?
lines(1,cancel)??What is meant by that??Plz explain it....
How to send data from cobol program to jcl?
can u execute a proc from another proc?
What do you feel makes a good program?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
How to submit jcl through a cobol program?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the difference between BLKSIZE and LRECL?
how do u see jobs submitted before ur job ?
How many steps we can overide in the proc's?
List in order the hierarchical levels of jcl?