can a job be submitted through jcl only? is there another way
to submit a job?
Answer Posted / vaneesh khurana
A job can also be submitted from a cobol program using
INTRDR
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Name a few IBM utility programs, and explain its function.
what is use of disp parameter in dd statement?
How is the record format of an output dataset specified?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the parameters that are used in creating a gdg?
when does a dataset go uncataloged?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of a dd statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to submit a jcl from cics?