you have one jcl .in sort step 5 files are there.if out of 5
files if one file is uncataloged or not there then how will
you correct your jcl so that problem does not come. you
should not create this file externally.how will u overcome
it.
Answer Posted / alokedeb@gmail.com
I agree with Haritha's answer, but the exception is say if
you want to dummy out the 3rd file. If you use "DD Dummy"
then the subsequent 4th and 5th file will not be processed.
So in the override you will have to manually remove the 3rd
file and push the 4th & 5th file above.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the parameter we cannot use in procedure?
When space is allocated for an output dataset, what units can be used?
Explain in DD statement what is the use of DCB parameter?
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 to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can values be passed from the job stream to an executable program?
what is DSN parameter and DISP parameter is used for?
What are hierarchy levels in jcl?
Explain the purpose of dd * statement in jcl?
Explain how can a stopped job be started again?
how JCL works?
in ways data can be passed to a COBOL program from JCL?