if the submitter of a job wants to inform another user about the job completion, how can it be done?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How do you send the output of a COBOL program to a member of a PDS?
How can a fb file convert to vb file using sort program?
how to split a file
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
Can we use empty VSAM as input?
How to copy VSAM files without using REPRO
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to put a dependency on job in jcl using opc scheduler?
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,
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
define cond parameter in jcl?