why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
2401in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
HCL,
4 11687I 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 8559I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
3 13877how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
2 9695Suppose 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 29794How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
RBS,
5 13393How 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 6856
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How does jcl specify the job to the operating system?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
In job processing, what happens in conversion stage?
What dd statement is used to supply the name of a dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
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 do you overcome this limitation ?
Is condition checking possible in jcl? If yes, how?
How does jcl act on code(if you take a cobol program)?
What parameter directs the output of the job log dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Why include statement is used in a jcl?