in ways data can be passed to a COBOL program from JCL?
No Answer is Posted For this Question
Be the First to Post Answer
How to rename a VSAM file as well as it's index file?
What is the function of dd name parameter with a 2 part structure; audit.report?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is SOC4 error?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
List the different components of jcl statement?
What is the purpose of include statement in a 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?
How would you understand error(execution phase)?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?