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 ?
Explain how can the submitting users racf authority be overridden in a job stream?
Min no of member?s (PDS) in one directory block?
What is the difference between BLKSIZE and LRECL?
what is XSUM in some fields= none, xsum ??
When we give TYPERUN = SCAN , what are the syntax errors we get?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
what is A-MODE and R-MODE?
Does jcl support automatic restart?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
wht do u mean by inrec and outrec ?