Page 1 of 1

Rexx code which will count type of record

PostPosted: Fri Feb 20, 2009 12:12 pm
by mainframe1
hi,
i have rexx code which will count type of record say in position 23 in a file.
this in case when we give input as one file. if i give input as 10 gdg generartuons concatenated whether the rexx code will work?

regards

Re: rexx code

PostPosted: Fri Feb 20, 2009 12:45 pm
by expat
Why do you think that it would not work ?

Trial end error is one of the best teachers

Re: rexx code

PostPosted: Fri Feb 20, 2009 7:36 pm
by swd
Yep - I think it would work, but like expat says trial and error is one of the best teachers. Give it a go and if you have problems THEN add a post. :D

Re: Rexx code which will count type of record

PostPosted: Mon Feb 23, 2009 5:51 pm
by expat
Also, to follow on - for larger files the SORT product installed at your site would be far more efficient as REXX is not reknowned for its IO efficiency.