How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / 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 |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of //cntl statement?
What is the difference between run mode and addressing mode?
How do you create a temporary dataset?
Must tape dataset definitions include vol=ser specifications?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can values be passed from the job stream to an executable program?
which utility is used to sort a file in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain the job statement in jcl?
Name what parameter directs the output of the job log dataset?
Are there any set of rules for the names of the steps used in a job?