Answer Posted / thavasi
USE ICETOOL to split the records from a single file into two
output files. Do a search in google, you will get lot of
ICETOOL JCL for this requirement.
Thanks,
Thavasi
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
Explain how can a stopped job be started again?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of //jcllib statement?
what is DSN parameter and DISP parameter is used for?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to run cobol program using jcl?
what is a jcl?
What happens if both JOBLIB & STEPLIB is specified ?
What is catelog procedure and how many catelog procedure to use in one job?
What is concatenating?
How would you understand error(execution phase)?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of //jcllib statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?