Hi,
How the Py,Sy extends are allocated for a file ? Say for eg: SPACE=(TRK,(200,25))..
What is the max trks allocated for the above case ? 200 + 25*15 ? or 200 + 25 * 200 ?
Because i have created two datasets like this
Command - Enter "/" to select action Tracks %Used XT
TEST.TEST.DATA2 33 100 16 - GAVE PY = 1 & sy = 1 in option 3.2 ( max 023034 recs with 80 lrecl-if u add one more rec,its abending with SB37)
TEST.TEST.DATA3 37 100 16 - GAVE PY = 1 & sy = 0 in option 3.2 ( max 025826 recs with 80 lrecl-if u add one more rec,its abending with SB37)
Can you explain briefly how the PY,SY allocations are done exactly? how come it allocate 33 trks,when i give only 1 py & 1 sy ?