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 (February 1998, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 4 Feb 1998 11:25:44 -0600
Reply-To:     Jack Hamilton <jack_hamilton@HCCOMPARE.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Jack Hamilton <jack_hamilton@HCCOMPARE.COM>
Subject:      Re: Downloading a stored format from MVS
Comments: To: bdvorak@MAILEXCITE.COM
Content-Type: text/plain; charset=US-ASCII

Try using PROC FORMAT with the CNTLOUT option to create a format control SAS dataset (just a regular SAS dataset with special variable names), transfer that dataset, and then run PROC FORMAT with the CNTLIN option on the Unix machine.

Unix doesn't use the same sort order as MVS, so reconstructing the format would be the right course even if PROC DOWNLOAD worked.

The documentation for PROC DOWNLOAD says, by the way, that you can't do what you want. The documentation I have is for 6.08, so things might have changed, but your experience indicates that it hasn't.

You might be able to do what you want with PROC CPORT, a file transfer, and PROC CIMPORT, but I think you'll be better off with a control dataset.

Also, read the section on PROC FORMAT in P-222, changes and enhancements for 6.07.

Bill Dvorak <bdvorak@MAILEXCITE.COM> at SMTPGATE

>I am trying to transfer a stored format from an MVS to Unix system using PROC >DOWNLOAD. > Our default library for stored formats is called SASLIB. When I try to >download >the stored format, I get the following message: > >ERROR: Library SASLIB is not in a valid format for access method SASEB. > >I have also tried to PROC COPY the format from the permanent library to a work >library >and get the same message. > >Any help is appreciated. ---

Free web-based email, Forever, From anywhere! http://www.mailexcite.com


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