Suppose I have seven jobs to do, but I want to hold one than how can I do this?
Answer Posted / thamilselvi
typrun=hold
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd * statement in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the resolution for sb37 error
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Differentiate between the joblib and the steplib statements?
How can an in-stream dataset be terminated?
What do you understand by jcl?
Explain dd statement in jcl?
What is the difference between run mode and addressing mode?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what is use of dcb parameter in dd statement?
How to submit a jcl from cics?
How can a fb file convert to vb file using sort program?
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' ?