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 (July 1997, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 14 Jul 1997 16:34:31 -0700
Reply-To:   Charles Shipp <CSHIPP@BAS.CI.LA.CA.US>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Charles Shipp <CSHIPP@BAS.CI.LA.CA.US>
Subject:   COBOL FIELD FORMAT
Content-Type:   text/plain

Ancient Gurus; Help! Converting a COBOL program to SAS (hooray) and I need to have my SAS input statement read a five-digit address zip code that is stored in three bytes of disk storage, using the following COBOL statement: PIC 9(5) VALUE ZEROS COMP-3. which I take to mean it is really numeric for 5, but compressed to 3 bytes so what input SAS format would be good to bring it in.

Thanks In Advance, Charlie Shipp < cshipp@bas.CI.LA.ca.us >


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