How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / 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 |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
Name a few IBM utility programs, and explain its function.
What is the function of dd disp parameter?
What are the utility programs in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the syntax of JCL statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How can return codes be tested before execution of a job step?
How do you create a temporary dataset?
what are the statements that are not valid to be included in an include statement?
How to submit jcl through a cobol program?
What is the use of symbol // in jcl?