In 3.4, seen that the total Tracks allocated for Output Dataset are 170505 and %Used is 99.
Based on the above values, 1 Track = 56664 bytes (170505*99%) Tracks = 9564880366.8 bytes = ~8.91 GB In 3.4 seen that the total Tracks allocated for Input Dataset are 32243 and %Used is 100. Based on the above details. 1 Tracks = 56664 bytes 32243 Tracks = 1827017352 bytes = ~1.7 GB On Wed, 11 Nov 2015 22:45:29 +0530 Tom Marchant wrote >On Wed, 11 Nov 2015 16:38:37 -0000, bharath wrote: >REXX output for Input Dataset is > >Block 1 is 3120 bytes. > >REXX output for Output Dataset is > >Block 1 is 124 bytes. With a 3120 BLKSIZE, you can get 15 records per track, or 46800 bytes per track. With a 124 BLKSIZE, you can get 75 records per track, or 9400 bytes per track. The capacity of a 3390 track is 56664 bytes. I'm not sure what number is used to calculate the space used in GB, but it is going to be the same for either data set. If you look at the space utilization for both data sets in tracks (or cylinders), and compare them in light of how much can be stored on a track, it will make more sense. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
