How is a type of file defined in the jcl that executes the cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
What are three major types of JCL statements? What are their functions?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
how to resolve soc-7 ? please tell me
What is STEPLIB, JOBLIB? What is it used for?
How is a type of file defined in the jcl that executes the cobol program?
Explain the function of dd disp parameter?