On Sun, 29 Mar 2009 09:14:37 -0700, Edward Jaffe wrote:
>
>Using the AVGREC= keyword, you can specify your size in K or M.
>
So, is it completely equivalent, as my experiment seems to show,
to specify any of:

    //SYSUT2    DD   UNIT=SYSALLDA,SPACE=(1,100),AVGREC=M,
    //SYSUT3    DD   UNIT=SYSALLDA,SPACE=(100,1),AVGREC=M,
    //SYSUT4    DD   UNIT=SYSALLDA,SPACE=(1,102400),AVGREC=K,
    //SYSUT5    DD   UNIT=SYSALLDA,SPACE=(20480,5),AVGREC=K,

... (all with RECFM=FB,LRECL=1,DSORG=PS)?

If so, why doesn't the C/I let me specify, simply:

    //SYSUT6    DD   UNIT=SYSALLDA,SPACE=(1,102400000),AVGREC=U,

... and do the funky factoring itself (after all, it's closer to
the computer than I am)?  Instead, it gives me:

        8 IEF642I EXCESSIVE PARAMETER LENGTH IN THE SPACE FIELD

Maybe someday, when all supported processors have 64-bit
arithmetic?  (But not needed for the above example.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to