Posted: Fri Apr 20, 2007 5:12 am Post subject: Include cond on fixed decimal field
Hello Guys,
I have a file written from a Pli program, where there is a FIXED(13,2).
I want to sort out with an INCLUDE COND the record where the "number"is less then -20.
Here an example of "number" I get in the file:
Code:
0000000002385D -> for me is -23.85-> I want to include
0000000006020D -> for me is -60.20 > I want to include
0000000000235D -> for me is -2.35 -> I want to exclude it
0000000000235C -> for me is +2.35 -> I want to exclude it
Can you give me some advise on witch INCLUDE COND should I use? I am a littlebit lost in unsderstanding ZD, PD and stuff like that
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum