Peformance Regarding Rexx Code



IBM's Command List programming language & Restructured Extended Executor

Peformance Regarding Rexx Code

Postby jaggz » Wed Jan 19, 2011 1:28 pm

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.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: Peformance Regarding Rexx Code

Postby enrico-sorichetti » Wed Jan 19, 2011 1:47 pm

preference order ...
1) sort
2) ryo ( cobol, ... )
....
last ) rexx
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post