what EXEC statement is and what is the syntax of EXEC statement used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Brief description of inline procedure of jcl.
there are 10 steps in jcl how to execute the steps from step2 to step8 only
The maximum number of steps in a job?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
What you mean by skeleton JCl?
Can a job have only steplib and no joblib ?
how to edit a tape dataset ? asked in wipro
How is the keyword DUMMY used in JCL?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
What are isolation levels? Where do we need to specify them in compiling JCL?
what is the difference between static call and dynamic call?