What is jcl in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
can we bowse or edit the GDG dataset if it is a tape entry?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What is Backward Referencing ?
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 many max steps can we use in a job? pls answer to my question
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are the basic JCL Statements for a Job?
What is STEPLIB, JOBLIB? What is it used for?
What is default if we don't specify RD parameter at all ?