What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answer Posted / arpita
SOC1 : INSUFFICENT SPACE IN OUTPUT FILE
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
Is their any limit for data sets?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain how can return codes be tested before execution of a job step?
What is the significance of addrspc parameter in exec statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which utility is used a dummy utility?
Explain about ISPF/TSO Commands
write a jcl to execute a job by 7:00 am on jan 20,1986?
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 compile process of cobol program expalin with code
which utility is used to sort a file in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
Can we call instream to catalog and catalog to instream?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we use DISP=SHR in output file in JCL