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

Is condition checking possible in jcl?

0 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


how you will the direct the data to spool using sysout option?

0 Answers   IBM,






State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


What is the significance of addrspc parameter in exec statement?

0 Answers  


Mention the types of job control statements?

0 Answers  


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

3 Answers  


Categories