Search found 4 matches

by Purusothaman
Fri Mar 27, 2009 5:10 pm
Forum: EASYTRIEVE
Topic: To match and remove duplicate records from two files.
Replies: 1
Views: 9765

Duplicates

You can use

IF MATCHED
IF DUPLICATE fileb
.....
END-IF
END-IF
by Purusothaman
Tue Nov 18, 2008 3:43 pm
Forum: EASYTRIEVE
Topic: Usage of THRESHOLD parameter in Easytrieve DATE MACROS
Replies: 1
Views: 8298

Hi,

Can you please provide me a simple example for DATECONV?

Thanks in advance.
by Purusothaman
Tue Nov 18, 2008 1:32 pm
Forum: EASYTRIEVE
Topic: PACKED DECIMAL TO NUMERIC USING EASYTRIEVE
Replies: 1
Views: 19572

Try using Display to write the value to the file.

Code: Select all

OUT-CLIENT-NUM = CLIENT-NUM 

DISPLAY OUTFILE OUT-CLIENT-NUM 
by Purusothaman
Tue Nov 18, 2008 11:15 am
Forum: EASYTRIEVE
Topic: how to update a record in a file using easytrieve
Replies: 2
Views: 14594

Could you please provide some more info about your requirements?