can a job be submitted through jcl only? is there another way
to submit a job?
Answer Posted / app
A job can be submitted using jobtrac also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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?
which parameter is use to declare the name of dataset in dd statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How jcl is used for testing batch programs?
Explain the function of job statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are the rules employed while naming the steps in a job?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How do you create a temporary dataset?
What parameter directs the output of the job log dataset?
Must tape dataset definitions include vol=ser specifications?
what is “Cond= even” and “Cond=only”?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is use of restart and how to use it?