momi_sabaq,
Guess what? I get the same result;
WITHOUT DCB
//SYSREC DD DUMMY
WITH DCB
//*SYSREC DD DUMMY,DCB=BLKSIZE=32768
SAME ERROR!!
SYSPRINT ERROR MESSAGE:
DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = HR192810.HR19281Y
DSNUGTIS - PROCESSING SYSIN AS EBCDIC
DSNUGUTC - UNLOAD TABLESPACE AAPYRLL1.TS32K02S NOPAD
DSNUGSDA - BLOCK SIZE FOR DCB, DDNAME SYSREC, IS TOO SMALL, MUST BE AT LEAST 25363 BYTES
DSNUGBAC - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40079'
32768 is certaily larger than 25363 and as far as I know the largest blocksize can only be 3276?
Main Topics
Browse All Topics





by: momi_sabagPosted on 2008-05-24 at 22:19:01ID: 21641546
what happens if you don't specify a blksize for the sysrec file?
db2 should be able to set it automatically