What are the parameter in the job card wihtout which job
won't run........

Answers were Sorted based on User's Feedback



What are the parameter in the job card wihtout which job won't run..........

Answer / anonymous

Notify is not neccesary...
Position parameter like ' jobname & job (account info) are
mandantory.

Is This Answer Correct ?    24 Yes 1 No

What are the parameter in the job card wihtout which job won't run..........

Answer / pradeep

Just JOBNAME JOB (ACCT information), 'PRGMR NAME' are
mandatory fields to execute a job. Job will run with RC=4

Is This Answer Correct ?    7 Yes 0 No

What are the parameter in the job card wihtout which job won't run..........

Answer / suputhru

in real time :
Position parameter like ' jobname & job (account info) are
mandantory.
Notify=userid is not neccesary...meenu.

Is This Answer Correct ?    7 Yes 2 No

What are the parameter in the job card wihtout which job won't run..........

Answer / laxman

Accounting information.

Is This Answer Correct ?    10 Yes 8 No

What are the parameter in the job card wihtout which job won't run..........

Answer / shashankn

JOB

Is This Answer Correct ?    3 Yes 4 No

What are the parameter in the job card wihtout which job won't run..........

Answer / imthiyaz shaik

Hi, Both job name and reserved word JOB are necessary to
run a job.

Following is the test JCL, that I tested.

//JOBJOB01 JOB
//* CLASS=D,MSGCLASS=8
//*
//*********************************************************
//* TO CHECK WHICH PARAMETERS ARE MANDATORY IN A JOB CARD.
//**********************************************************
//*
//**********************************************************
//* DELETE OLD FILES NOT NEEDED
//**********************************************************
//*
//JSTEP01 EXEC PGM=IEFBR14
//DD1 DD DSN=L.TEST.TEST.FILE,
// DISP=(MOD,DELETE,DELETE)
//*

Is This Answer Correct ?    2 Yes 3 No

What are the parameter in the job card wihtout which job won't run..........

Answer / rajesh kumar

Keyword parameters like MSGCLASS and positional parameters
like job name and acc..info...

Is This Answer Correct ?    1 Yes 2 No

What are the parameter in the job card wihtout which job won't run..........

Answer / k.suman

to submit a job job name must be specify,other wise system
won't recognize the job.other parameters are not mandatory.

Is This Answer Correct ?    1 Yes 2 No

What are the parameter in the job card wihtout which job won't run..........

Answer / meenu

Notify parameter is mandatory one with out notify parameter the OS is unable to identify the job ie., the is not going to be submitted.
With out accounting information and username the job can be submitted to the OS.If any one is having doubt just plz check with this.

Is This Answer Correct ?    1 Yes 13 No

What are the parameter in the job card wihtout which job won't run..........

Answer / vinod

notify parameter is mandatory

Is This Answer Correct ?    3 Yes 40 No

Post New Answer

More JCL Interview Questions

HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?

1 Answers   IBM,


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

0 Answers  


How do you submit JCL via a Cobol program?

2 Answers   Cap Gemini,






I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero

1 Answers   ABC,


Explain about Internal Sort

1 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


is there any utility for restarting a particular step in jcl reply soon ?

5 Answers  


what is the use of IEBGENER utility?

0 Answers  


Explain about LMMLIST�list a library's members

1 Answers  


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


Categories