How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.

Answers were Sorted based on User's Feedback



How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / srinivas

There are two types of parameters in JCL.Those are Key word
and Positional Parameters.For JOB statement ,
Key Word parameters are NTIFY ,CLASS,MSGCLASS,MSGLEVEL.
And Positional Parameters are ACCOUNTING
INFORMATION,ADDRESSSPACE.

Is This Answer Correct ?    25 Yes 4 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / sharmila_g

All the parameters are divided into two types:-

1) positional parameters.
2) keyword parameters.

-- positional parametrs are mandatory.
-- keyword parameters are optional.

positional parameters at job level are :- accounting information, programers name.

keyword parmtrs are :- notify,class, msglvl, msgclass, typerun,prty.

Is This Answer Correct ?    5 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / vaibhav

Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
Positional parameters are Job acconting information and
programmer name parameter.

Is This Answer Correct ?    3 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / vijay

Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.


For General ,Only NOTIFY Parameter(Keyword Parameter)is
Mandatory.Else are Optional.

But as per their own Company rules may some other Parameters
are to be set mandatory.

Is This Answer Correct ?    2 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / praveen

notify,accounting information are necessary

Is This Answer Correct ?    1 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / jagan

Will anyone be able to share with us the mandatory
parameters in JOB stmt

Is This Answer Correct ?    1 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / sunil

At job level we have 2 parameters those are

1) Positional Parameters (ACcounting information and
Programmer name)
2) Keyword parameters (CLASS,MSG CLASS, MSG
LEVEL,PRTY,COND,TYPERUN .. etc)

From the above positional parameters are mandatory , But
key word parameters are optional.

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / guru

two types of parameters they are positional and keyword paramater.mandatory parameter for job stmt is &sysuid or terminal id.

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / srinivas

There are two types of parameters
Positional & Keyword parameters
Positional parameters are mandatory(Accounting Information and
Programmer name)
Keyword parameters are Optional(Class,Notify,Msgclass,Msglevel,cond)

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / gurugars

Ya as mentioned above those 2 are the types of parameter..
its purely installation dependent.so, none of them is
mandatory.

pl correct me if I'm wrong..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?

3 Answers   TCS, Tech Mahindra,


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


What is the purpose of the dd keylen parameter?

0 Answers  


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,


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

3 Answers   Patni,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


How to empty the records in jcl

1 Answers  


what are the various stages of job processing?

0 Answers   IBM,


Can a PS file be read in reverse order?If so,how

2 Answers   Syntel,


How is the record format of an output dataset specified?

0 Answers  


Categories