how to resolve sb37,sd37 se37 abends
Answer Posted / ashok kumar
sb37 is mainly accursed for low primary memory so we have to
increasing our pry memory
se37 is mainly accursed for low secondary memory . so we
have to increasing our secondary memory
sd37 is mainly occurred for secondary and also primary
memory is low we have to increasing our memory
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Must tape dataset definitions include vol=ser specifications?
Explain how can the submitting users racf authority be overridden in a job stream?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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.
What is the function of dd disp parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Is their any limit for data sets?
How can unused space allocation be returned to the system when a dataset is closed?
how to compare two datasets without using superce because output is limited to 133 bytes
How do you submit a job for execution?
which utility is used to run a cobol-db2 program?