How can a fb file convert to vb file using sort program?
No Answer is Posted For this Question
Be the First to Post Answer
hi friends........if u know syntax of IEBEDIT IN JCL
Explain about ISPF/TSO Commands
Explain dfsort utility?
List the various advantages of using jcl language?
Can you execute a PROC from another PROC?
What are the jcl procedures?
What is the function of a dd statement?
can anyone explain me about sort in jcl with inrec and outrec ?
Explain the function of the steplib dd statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
What does a disposition of (NEW,CATLG,KEEP) mean?