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
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 |
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 |
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 |
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 |
Answer / jagan
Will anyone be able to share with us the mandatory
parameters in JOB stmt
| Is This Answer Correct ? | 1 Yes | 1 No |
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 |
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 |
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 |
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 |
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
In how ways you can pass the data from Jcl to cobol ?
Which is the most widely used batch performance monitor for DB2?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
how many types of sorts are there in jcl?
Is it possible to code instream data in a PROC?
Explain the jcl exec statement?
can we bowse or edit the GDG dataset if it is a tape entry?
Can I send output of job to my remote device careerride123?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
What is DYNAMBR in jcl?