LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 9 Aug 2000 21:57:53 +1200
Reply-To:     Don Stanley <don_stanley@XTRA.CO.NZ>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Don Stanley <don_stanley@XTRA.CO.NZ>
Subject:      Re: MVS - output to multiple members of a PDS
Comments: To: F a b r i z i o <Fabrizio1@USA.NET>
Content-Type: text/plain; charset=us-ascii

I agree that SAS says it cannot be done and would be interested to know if someone had successfully done it. I believe Fabrizio is correct in his assertion and the words "the very same time" are the important ones. The ISPF editor appears to allow multiple members to be opened at the same time. In fact, it only opens the members to write to when you exit or issue a SAVE command. To do these commands requires the directory of the PDS to be updated. The directory for all intents and purposes requires an exclusive hold to do an update, so at the "very same time" no two members can be written.

You can update multiple members as I recall using a separate view for each member and then setting both views in the same datastep. But don't quote me on that, I'm thinking back awhile.

Don

F a b r i z i o wrote:

> Mathur, Mukesh [IBM GSA] wrote in message > <7122E3C522C2D311B9C700508B02DCA3478FFF@NTMSG0099>... > >Hello MVS people, > > > >We have a job that updates multiple members of a PDS in one datastep. This > >has been running ok on one mainframe, but when we moved it to another > domain > >it failed. Error was' Open failed for pds - Multiple members of a single > PDS > >cannot be open for output at the same time'. > > Cannot imagine MVS would allow multiple members to be written to the > same PDS at the very same time. Maybe your first site has special > system software running to handle this type of problem? > > It is certainly not a virtue of SAS to facilitate techniques not supported > by > your operating system. > > HTH? Fabrizio

-- Don Stanley, B.SC, Dip O.R.S, MNZCS Director, Sysware Consulting Group Box 634, Wellington, NEW ZEALAND http://www.sysware.co.nz EMAIL:: don_stanley@xtra.co.nz

Author:: Beyond the obvious with SAS Screen Control Language. Author:: Solutions for your GUI Applications Development Using SAS/AF FRAME Technology

http://www.geocities.com/don_stanley_nz/don_home.htm Genealogy:: http://www.geocities.com/don_stanley_nz/family.htm SAS Tips:: http://www.geocities.com/don_stanley_nz/sastips.htm


Back to: Top of message | Previous page | Main SAS-L page