Answer Posted / gaurav
control card is simply a dataset containg mostly one record
which is passed in the jcl.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Suppose I have five jobs to do. But I want to hold one?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is use of restart and how to use it?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can an in-stream dataset be terminated?
Explain the purpose of the dd keylen parameter?
What is the function of //jcllib statement?
Mention the types of job control statements?
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
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the significance of addrspc parameter in the exec statement?
Explain the function of the dd dcb keyword?
Name the statement which can be used to send data to another mvs jes3 node?
Why block size is multiple of lrecl in jcl?
What happens if both JOBLIB & STEPLIB is specified ?