Page 1 of 1

Need help on TSO ALLOCATE.

Posted: Tue May 19, 2015 12:20 pm
by TSO Allocate
Hi,

Code: Select all

ALLOC FI(FOUT) DA(DSN) RECFM(F B) BLKSIZE(0) 
DSORG(PS) SPACE(1500,2000) LRECL(800) CYLINDERS NEW 
In the above code, I get the error as

Code: Select all

'EXPECTED ANOTHER VOLUME'
Looks like the file is very huge and then it's getting this error. Can you please suggestion to resolve this.

Re: Need help on TSO ALLOCATE.

Posted: Tue May 19, 2015 9:01 pm
by nicc
Do you really need that much space? If you do then you will have to try with a smaller primary allocation. If it is going to go multi-volume no matter what then you will have to run the task in batch.