what is SOC4 error?
No Answer is Posted For this Question
Be the First to Post Answer
if we give two job cards in a single what happens
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
what is use of space parameter in dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
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 to delete generations of gdg without deleting gdg base?
how do you code a null statement?
How can i execute 5th step without executing first 4 steps?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in 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...???
how to convert fb to vb in jcl ?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE