Need help on TSO ALLOCATE.

This Forum is for the guests or the users who are not registered on this board. This part allows guests to post in.
TSO Allocate

Need help on TSO ALLOCATE.

Post 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.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Need help on TSO ALLOCATE.

Post 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.
Regards
Nic
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “You are a Guest.”