Date: Tue, 6 Sep 2005 23:51:35 -0400
Reply-To: Larry Bertolini <bertolini.1@OSU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Larry Bertolini <bertolini.1@OSU.EDU>
Organization: Ohio State University
Subject: Re: about IBM mainframe format
In-Reply-To: <1125588008.785847.94300@g43g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
smartie_zhuo@hotmail.com wrote:
> Hi,
> I have a file,it include both positive and negative number,In
> cobol,it's defined as S9(6)V99,it length is 8.
> I try to use s370fpd3.2,s370fpd4.2 , s370fpd6.2 and even s370fpd6.2 to
> input,but SAS told me invalid data for that variable.So could anyone
> tell me the correct format ?
> Thanks in advance
>
I believe that you're describing a "zoned decimal" number.
Try "zd8.2".
|