I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
No Answer is Posted For this Question
Be the First to Post Answer
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
how to modify the copy book?explain with examples
can we maintain 2 generations with different Lengths in Same GDG ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
What is the significance of addrspc parameter in exec statement?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?