Need help on TSO ALLOCATE.

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :rofl: :x :cry: :P :oops: :!: :twisted: :roll: :evil: :?: :idea: :arrow: :| :good: :mrgreen: :sorry: :unknown: :yes: :lol:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Need help on TSO ALLOCATE.

Re: Need help on TSO ALLOCATE.

by nicc » Tue May 19, 2015 9:01 pm

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.

Need help on TSO ALLOCATE.

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

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.

Top