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

How to find out the number of records in a file using JCL

5 Answers   CTS,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


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

0 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


How do you create a temporary dataset? Where will you use them?

2 Answers   IBM,






What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


GDG Create syntax ?

4 Answers   Xansa,


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


Is their any limit for data sets?

0 Answers  


Name the system library from which modules are retrieved at execution

2 Answers  


Categories