Code: |
//DFSPARM DD * OPTION DYNALLOC=(SYSDA,16) //* |
kavi wrote: |
I discussed with one of my friend, he suggested to use BUFNO for the files. Could you please explain how it differs from BUFNO and SORTWK using DFSPARM. |
kavi wrote: |
Since i am not able to recreate this abend in test, I need to wait until the job fails in production, and then try with DFSPARM.
Kavi |
kavi wrote: |
Since i am not able to recreate this abend in test, I need to wait until the job fails in production, and then try with DFSPARM. |
Code: |
SYNCSORT LICENSED DFSPARM : OPTION DYNALLOC=(SYSDA,16) PARMLIST : SORT FIELDS=(0001,0015,CH,A) RECORD TYPE=F,LENGTH=(000110,,000110) OPTION SORTOUT=DDNAME |
Code: |
ABEND=S878 U0000 REASON=00000028 |
Quote: |
2. You talked about BUFNO, but are you using QSAM or VSAM files in job? 3. Check the number of sequential files - how many. 4. What is the BLKSIZE of the QSAM files INPUT/OUTPUT. 5. Are you using a REGION= on a STEP execution? 6. Check with your sysprog to see what you can specify for REGION card. |
Code: |
PRODUCT LICENSED FOR CPU SERIAL NUMBER . . . . PARMLIST :
SORT FIELDS=(0001,0006,CH,A) RECORD TYPE=F,LENGTH=(000006,,) WER045C END SORT PHASE WER055I INSERT 1120752, DELETE 1120752 WER418I DATASPACE(S) AND/OR HIPERSPACE(S) USED WER246I FILESIZE 6,724,512 BYTES WER054I RCD IN 0, OUT 0 WER169I RELEASE 1.1D BATCH 0426 TPF LEVEL 3A WER052I END SYNCSORT - MSRDSPA1,PAC1,,DIAG=8A00,C8DD,. . . |
output generated using printer-friendly topic mod. All times are GMT - 5 Hours