As we know that there are 2 types of Parameters.
They are –
- Positional Parameters
- Keyword Parameters
Let us see in detail about the list of Parameters which are part of Positional and Keyword parameters.
List of JCL parameters which comes under Positional Parameters
All the Positional Parameters will have a fix position and we cannot change the position of the positional parameters.
These positional Parameters are –
- Accounting Information
- Programmer Name or Additional Accounting Information.
- PGM Parameter
- PROC
- Procedure Name
List of JCL parameters under Keyword Parameters
As you know that Keyword Parameters does not follow a fixed position and can appear in any order. So we should not worry about keeping these parameters in which order it were in JCL.
The list of JCL Keyword Parameters are –
- CLASS Parameter
- MSGCLASS Parameter
- MSGLEVEL Parameter
- PRTY Parameter
- REGION Parameter
- RESTART Parameter
- TIME Parameter
- TYPRUN Parameter
- PARM Parameter
- NOTIFY Parameter
- ACCT Parameter
- PARM Parameter
- DSN Parameter
- DISP Parameter
- ADDRSPC Parameter
- COND Parameter
- DCB Parameter
- SPACE Parameter
- UNIT Parameter
- VOLUME Parameter
- SYSIN Parameter
- SYSOUT Parameter
We will eventually master all these Parameters as we move further.