IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Float variable declaration in easytrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rarvins

New User


Joined: 24 Jan 2007
Posts: 59
Location: Texas

PostPosted: Mon Mar 19, 2007 3:28 pm
Reply with quote

Hi,
I am new to easytrieve and would like to know the declaraion for Float
Say for example:
we give A for characters, P for packed decimal, B for Binary etc.
Similarly what would it be for floating point variables...?

Cheers,
Rarvins
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Mar 19, 2007 3:37 pm
Reply with quote

Hi there,

We used N for them

Code:
VAR-RATE            004  N 3
Back to top
View user's profile Send private message
rarvins

New User


Joined: 24 Jan 2007
Posts: 59
Location: Texas

PostPosted: Mon Mar 19, 2007 3:44 pm
Reply with quote

Hi,

I shall try out N, but I just had a basic doubt.I thot that N was only for integers.But since a float value can contain decimal points as well, will ir work....? Correct me if I am wrong

Cheers,
Rarvins
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Mar 19, 2007 4:01 pm
Reply with quote

Hi rarvins,

Yeap it will work
As i specify VAR-RATE will take 7 bytes 4 befor decimal & 3 after decimal
its like DECIMAL(7,3).
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Mar 19, 2007 4:48 pm
Reply with quote

Just what is your definition of "float"?
The N is packed decimal.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Variable Output file name DFSORT/ICETOOL 8
No new posts Moving Or setting POINTER to another ... COBOL Programming 2
No new posts parsing variable length/position data... DFSORT/ICETOOL 5
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top