diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related
abends only)
Answers were Sorted based on User's Feedback
Answer / vikash chawla
SB37 - due to lack of space in secoundry memory
SE37 - Due to lack of space in Primary Memory
SD37 - Due to lack of space in PDS
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / mohi
SB37: When 16 extents (Continous Memory space) is not enough for PS/ allocated Primary or seconday space qty is not satisfied in 5 extents,SB37 abend occurs.
SD37: When seconday qty is not specified, and specified primary qty is not enough, SD37 abend occurs.
SE37: When volumes are enough for tape DS. Also for PDS enough on directory space, SE37 will occurs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dhanush m
SB37 – insufficient disk space (Should contact admin, very very rare)
SD37 – Insufficient primary or secondary space for output operation (Jobs can result in this).
SE37 – Insufficient directory space for PDS (Compress will do resolve this).
| Is This Answer Correct ? | 0 Yes | 0 No |
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
can i sort packed decimal if i can tell the syntax
What are some jcl statements that are not allowed in procedures?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
How do you override a parameter in Positional parameters?
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.
What statement marks the end of an in-stream or catalogued procedure?
when can a job time-out occur? How to overcome that?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.