Answer Posted / arun sundar j
It can also be possible by using SPEMPTY
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How can an in-stream dataset be terminated?
Explain dfsort utility?
What is the maximum length of a single line of jcl?
define cond parameter in jcl?
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
How does jcl act on code(if you take a cobol program)?
What is the syntax of JCL statement?
what are the statements that are not valid to be included in an include statement?
how can the same proc be re-used and called by many jobs?
In job processing, what happens in execution stage?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
which utility is used to sort a file in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?