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

Describe the various parameters utilized in the creation of a gdg?

0 Answers  


How would you understand error(execution phase)?

0 Answers  


Why we will create load module in PDS only, Why nt in PS?

2 Answers   TCS,


what is check pending option

1 Answers   Fujitsu,


What are the 2 types of parameters in dd statement?

0 Answers  






Why block size is multiple of lrecl in jcl?

0 Answers  


How can values be passed from the job stream to an executable program?

0 Answers  


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


If job is submitted with typerun = hold then how can we submit the same job?

3 Answers   Wipro,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


How to get cursor position from system in CICS environment ?

8 Answers  


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


Categories