a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
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?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
Explain about LMGET�read a logical record from a data set
can we bowse or edit the GDG dataset if it is a tape entry?
For what purpose steplib and joblib are used ?
i just need the first and last record from a sequencial file?how
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
how you can access an uncataloged dataset in a JCL?
What do you understand by the term job time – out and how can you overcome that?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.