Search found 3 matches

by jegatheesh
Sun Apr 21, 2013 10:25 pm
Forum: EASYTRIEVE
Topic: Fetching RDW of a VB file in Easytrieve
Replies: 8
Views: 16194

Thanks Will. I tried using the RECORD-LENGTH variable and its working. Thanks again.
by jegatheesh
Sat Apr 20, 2013 4:05 pm
Forum: EASYTRIEVE
Topic: Fetching RDW of a VB file in Easytrieve
Replies: 8
Views: 16194

Hi Nic, In cobol, we declare the vb file like below, RECORD IS VARYING FROM 1 TO 400 DEPENDING ON INPUT-COUNT. Here, the rdw value stores in the variable INPUT-COUNT. We can pass the rdw of the input file to the rdw of output file (OUTPUT-COUNT) while writing to the output.So that the rdw of both th...
by jegatheesh
Sat Apr 20, 2013 1:10 pm
Forum: EASYTRIEVE
Topic: Fetching RDW of a VB file in Easytrieve
Replies: 8
Views: 16194

Fetching RDW of a VB file in Easytrieve

How can we read/fetch a RDW of a VB file used in Easytrieve. I just want to fetch the rdw of input vb file and pass to the output vb file.