CAN ANYONE TELL ME WHAT IS "JOB-CARD"

Answers were Sorted based on User's Feedback



CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

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

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

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

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

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

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

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

Post New Answer

More JCL Interview Questions

Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


how you can access an uncataloged dataset in a JCL?

0 Answers  


How gdg are concatenated?

0 Answers  






I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


what is the resolution for sb37 error

2 Answers   TCS,


What are the 2 types of parameters in dd statement?

0 Answers  


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,


What is the purpose of include statement in a JCL?

2 Answers  


What are hierarchy levels in jcl?

0 Answers  


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


Categories