diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related
abends only)
Answer Posted / 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 |
Post New Answer View All Answers
What is the function of a dd statement?
Explain how can a stopped job be started again?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are steplib and joblib? What for they are used?
what is the resolution for sb37 error
Is automatic restart possible in jcl? If yes, how?
i want to store 20 digits . how will u do it in cobol ?
What are the jcl procedures?
How can a stopped job be started again?
How jcl work to handle various input output file operations?
What is the difference between the positional and keyword parameters? Give examples.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How dummy is used in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.