why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
1749in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
HCL,
4 9481I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
3 6680I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
3 11741how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
2 8244Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
5 25373How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
RBS,
5 10585How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
HSBC,
1 5384
What is the difference between run mode and addressing mode?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how to do automated restart when a job abends?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Which statement is used to identify the private libraries in job?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
when can a job time-out occur? How to overcome that?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what JCL Procedures?
What are the rules employed while naming the steps in a job?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
List in order the hierarchical levels of jcl?
Brief description of inline procedure of jcl.
List the different jcl statements that are not permitted in the procedures?