How to read and write a single record into a file.
I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL.
Thank you
No Answer is Posted For this Question
Be the First to Post Answer
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Suppose I have five jobs to do. But I want to hold one?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What you mean by skeleton JCl?
what is the JCL statement consists of?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How many extents are possible for a sequential file ? For a VSAM file ?
wht r different types of sort fields in jcl ?