Answer Posted / shailendra
i agree with the previous ans but
i will add this step will execute in both condition
(normal and abnormal) termination of previous step.
| Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
A dd statement consists of 4 fields. Name them?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how you can access an uncataloged dataset in a JCL?
What is the function of the dd mgmtclas keyword in sms datasets?
How do you create a temporary dataset?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we call instream to catalog and catalog to instream?
which parameter is used to check the syntax of a jcl without executing it?
What is jcl in mainframe?
Is condition checking possible in jcl? If yes, how?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can an in-stream dataset be terminated?
What is the function of a dd statement?
I need exexution process for JCL programs