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 (May 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 8 May 2001 19:19:23 -0400
Reply-To:     hhstuart@ma.ultranet.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Hoff Stuart <hhstuart@MA.ULTRANET.COM>
Subject:      Re: Is there a program to generate file descriptions for VSAM
              filesin
Content-Type: text/plain; charset=us-ascii

Adele Hall wrote: > > Hi Everyone, > > I wonder if there is a program to generate file descriptions for VSAM files > in SAS programming. Right now, I have to manually type in the field names > and their positions from VSAM files in the section of INPUT statement in my > SAS programs. It is very time consuming. Sometimes I have a hard time to > get the field positions right. > > In Focus programming, there is a program to generate master file > descriptions for VSAM files. It will be great if there is a program to > generate file descriptions for VSAM files in SAS programming. > > I look forward to hearing from you. Any suggestions are greatly > appreciated. > > Thanks a lot, > > Adele

Adele, I believe that there is a utility with the name of COB2SAS that will take a flat file (COBOL) layout and convert it to SAS input statements. This should work for VSAM files also. Try a search on the SAS web site.

Hoff Stuart


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