which parameter is used to check the syntax of a jcl without executing it?
Passing a variable parm from JCL to a cobol/db2 program
GDG Create syntax ?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain about LMMFIND - find a library member
what are the options in file-aid to edit vsam dataset and to compare data sets.
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?