how JCL works?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can values be passed from the job stream to an executable program?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
diff bw vsam and normal flat file?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what are the ways of passing data to a cobol program from jcl?
how to identify a vasam dataset by seeing in 3.4(browse)
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
How Can we see all generations of a GDG ?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?