How can you trap abends in the JCL?
Answers were Sorted based on User's Feedback
Answer / harshal
To Treap A abends we can use If Abend() in jcl.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to print data of sequential file to Spool..?
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.
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is check pending option
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Does jcl support automatic restart?
How to execute step2,step1, step3 if step1,2,3 are in order
i have a string of 80 chars i want to replace 4th char with "a"?
what is the purpose of SYSOUT parameter in the DD statement?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
wht happens if cond=true ? pls give me with an example ?