why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
2453in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
HCL,
4 11876I 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 8691I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
3 13997how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
2 9817Suppose 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 30015How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
RBS,
5 13622How 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 6971
how can the same proc be re-used and called by many jobs?
Why include statement is used in a jcl?
Explain the function of a dd statement?
Explain how can a stopped job be started again?
How to override loadlib?
Differentiate between addressing mode and run mode.
When space is allocated for an output dataset, what units can be used?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is use of restart and how to use it?
Explain how can the attributes of one sms dataset be copied to another dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is their any limit for data sets?
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 can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Is condition checking possible in jcl?