Page 1 of 1

Peformance Regarding Rexx Code

PostPosted: Wed Jan 19, 2011 1:28 pm
by jaggz
I have a requirement to reformat the data in a FB file containing 2M records and write the reformatted data into a VB file with delimiters separated. The data formatting includes Leading zeroes suppression, trailing spaces suppression, converting binary/hexadecimal fields to Numeric fields….

Could you please suggest in performance perspective which is best whether to go ahead with REXX code or COBOL code.

Re: Peformance Regarding Rexx Code

PostPosted: Wed Jan 19, 2011 1:47 pm
by enrico-sorichetti
preference order ...
1) sort
2) ryo ( cobol, ... )
....
last ) rexx