Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


What are the kinds of job control statements?

3 Answers  


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


what is the difference between JES3 and JES2?

0 Answers  


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


difference between internal sort and external sort

1 Answers  


how to code instream data in procedure?

3 Answers  


How can you trap abends in the JCL?

3 Answers  


What is JOBLIB ?

5 Answers   Xansa,


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


what is “Cond= even” and “Cond=only”?

0 Answers  


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

0 Answers  


Categories