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

what operation is performed by job statement?

0 Answers   IBM,


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  






how do u define a file in cobol and jcl ?

2 Answers   TCS,


Can we use empty VSAM as input?

9 Answers   Convergys, Kanbay,


How can unused space allocation be returned to the system when a dataset is closed?

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


How to identify where file is empty or not? How many ways are there to identifying?

3 Answers   CTS,


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


What is COND=EVEN ?

9 Answers   IBM,


Categories