What does a disposition of (MOD,DELETE,DELETE) mean ?
No Answer is Posted For this Question
Be the First to Post Answer
which parameter is used to check the syntax of a jcl without executing it?
What are the parameters that are used in creating a gdg?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is the difference between a symbolic and an override in executing a PROC?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Explain the purpose of dd * statement in jcl?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
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?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file