How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / 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 |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
What is the purpose of dd * statement in jcl?
what is the resolution for sb37 error
When output dataset space is required, what quantity categories are used?
Which statement is used to identify the private libraries in job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
define cond parameter in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you create a temporary dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what sort card you will use to copy the data from one dataset to another dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the difference between the positional and keyword parameters? Give examples.