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 |
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?
Can we browse or edit the GDG dataset if it is a tape entry?
What is the purpose of the dd keylen parameter?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
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.
what happens if job falls in loop ? how to resolve it ?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
How to empty the records in jcl
what are the various stages of job processing?
Can a PS file be read in reverse order?If so,how
How is the record format of an output dataset specified?