MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Unable to allocate multiple members in a PDS in REXX program

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
mainframe
Beginner


Joined: 09 Mar 2005
Posts: 1
Topics: 1

PostPosted: Wed Mar 09, 2005 1:35 am    Post subject: Unable to allocate multiple members in a PDS in REXX program Reply with quote

Hi Ive this code to create a PDS in a REXX program.
[code:1:9c344ef8e5]
"ALLOCATE DSNAME ('"OUTFILE2"') DDNAME(FOUTDLIB)
DATACLAS(STANDARD)
DSORG(PO) RECFM(F,B) LRECL(080) SPACE(1000,10) BLOCK(5) BLKSIZE(800)
CATALOG"
Back to top
View user's profile Send private message
Steve Coalbran
Beginner


Joined: 09 Mar 2005
Posts: 22
Topics: 0
Location: Stockholm, Sweden

PostPosted: Wed Mar 09, 2005 7:01 am    Post subject: Reply with quote

"ALLOCATE DSNAME ('"OUTFILE2"(QUIESCE)') DDNAME(FOQUIESC) MOD REUSE"
you need to add REUSE or FREE the DS or DDname beforehand
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Steve Coalbran
Beginner


Joined: 09 Mar 2005
Posts: 22
Topics: 0
Location: Stockholm, Sweden

PostPosted: Wed Mar 09, 2005 7:04 am    Post subject: Reply with quote

is FOUTDILB the same as FOUTLIBD? or just a typo?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Wed Mar 09, 2005 9:35 am    Post subject: Reply with quote

I don't think you want MOD either. Try it with SHR.
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group