Operator

Problem with SORT OUTRFIL and OUTREC

Problem with SORT OUTRFIL and OUTREC Hi, Am facing one problem for below scenario. //STEP01   EXEC PGM=SYNCSORT                                       //SYSPRINT DD SYSOUT=*                                             //SYSOUT   DD SYSOUT=*                                             //SYSDUMP  DD SYSOUT=*                                             //SORTIN   DD DSN=MLIFE24.VCSE.MIS.MISEXTRM(+0),DISP=SHR          —> lrecl size is 20476 and recfm is VB //PVALOUT  DD DSN=TLIFE24.VCSED.MIS.PVAL2,                         //            DISP=(NEW,CATLG,DELETE),                             //            DATACLAS=DATAF,LRECL=3000                            //INQCOUT  DD DSN=TLIFE24.VCSED.MIS.INQC2,                         //            DISP=(NEW,CATLG,DELETE),                             //            DATACLAS=DATAF,LRECL=3000                            //SYSIN    DD *                                                     SORT FIELDS=COPY             OUTFIL FNAMES=PVALOUT,INCLUDE=(67,4,CH,EQ,C’PVAL’)                 OUTFIL FNAMES=INQCOUT,INCLUDE=(67,4,CH,EQ,C’INQC’)                    

Problem with SORT OUTRFIL and OUTREC Read More »

How to calculated maximum space using primary and secondary units

How to calculated maximum space using primary and secondary units Before I start my question, let me provide an example     How much total space be allowed for  SPACE=(TRK,(10,5))  I read somewhere during my training that the total units can be calculated by using the following formula Total units(Trks/blks/cyl)= Primary + 15 * Secondary. SPACE=(TRK,(10,5))

How to calculated maximum space using primary and secondary units Read More »