LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 1997, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 20 Mar 1997 20:18:59 -0500
Reply-To:     diskin@snet.net
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Dennis Diskin <diskin@SNET.NET>
Subject:      Re: Proc Contents (MVS)
Comments: To: Chris Strickland <cstrick@IU.NET>
Content-Type: text/plain; charset=us-ascii

Chris, This code should work fine in MVS but, as on any platform you have to pointing at a valid SAS library. I can't tell any more from your code segment.

Dennis Diskin

Chris Strickland wrote: > > Gosh, MVS really bites. I'm trying to do something simple that I've never > had problems with in VMS, Dos or Unix. But in in MVS it gives me errors. > > Basically here's the code > > proc contents data=smtdw37._all_ directory; > run; > > I get the following error. > > ERROR: Library SMTDW37 is not in a valid format for access method > SASEB. > > Geesh, I just want to easily find the SAS files while in SAS. Give me > UNIX, Win95, NT, VMS any day over MVS. Well, at least I have access to > SAS. > ------------------------------------------------------------------ > Chris Strickland - Approved Discount Vendor for SecureTax > Email: cstrick@iu.net > New Horizons Software - http://www.sitesurfer.com/newhoriz > [Programming/UNIX/WEB Services,Central Fl Jobs, Entertainment, Vacation, > College Football]


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