what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
How Can we see all generations of a GDG ?
What does a disposition of (NEW,CATLG,KEEP) mean?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
Can you execute a PROC from another PROC?
How to run cobol program using jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What happens if both JOBLIB & STEPLIB is specified ?
How to create delta file using JCL
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
How to find the length of variable length copybook using fileaid ??