If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job?
Answers were Sorted based on User's Feedback
Answer / shridhar
Disp parameter matters here.
old ,shr -- dataset not found.
new,catlg -- no error
mod -- dataset not found.
mod ,catlg --- no error.
| Is This Answer Correct ? | 6 Yes | 0 No |
A job has 90 steps i want to execute only step7 and step15
Are there any set of rules for the names of the steps used in a job? What are they?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
How does the jcl specify the job to os?
Explain the function of dd disp parameter?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
which utility is used to sort a file in jcl?
how to concatenate datasets
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
How can a stopped job be started again?
For how long a job can be executed continuously in a mainframe ?
How many extents are possible for a sequential file ? For a VSAM file ?