can a job be submitted through jcl only? is there another way
to submit a job?
Answers were Sorted based on User's Feedback
A job can also be submitted from a cobol program using
INTRDR
| Is This Answer Correct ? | 10 Yes | 2 No |
Is condition checking possible in jcl?
wht do u mean by inrec and outrec ?
delete rules in db2
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
How to concatenate different LRECL of files?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is GDG?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
How many days does a job remain in spool
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
What dd statement is used to supply the name of a dataset?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.