What is jcl in mainframe, and how many types of jcl statements are there for a job?
No Answer is Posted For this Question
Be the First to Post Answer
What is a COND parameter in JCL?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
What is the use of the utility DFSRRC00 in the JCL?
How do you restart a step 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?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
can we write a proc with in a proc
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
which statement is used to end the in-stream procedure in a jcl?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
What is concatenating?