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

What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


What is multithreading in jcl?

0 Answers  


hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..

1 Answers   CTS,


how you can direct the data to spool using SYSOUT option?

0 Answers  






Explain dd statement in jcl?

0 Answers  


How do you restart a PROC from a particular step?

5 Answers  


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


what do you mean By spooling? Expand SPOOL?

4 Answers  


How do you pass parameters to the program as the job is being executed ?

2 Answers  


I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.

1 Answers  


Categories