Hi friends
I want to open a PS file in rexx and do some logic.
How can i read a particular column in a file.
say for example
file name - TEST.RAM.REXX
----5----10----15----20----
801010100 300801010100
805555500 300811111110
801010133 300801636810
803212300 300801013127
in this PS file i should select
801010100
805555500
801010133
803212300
to a variable
[b]please help me out. Iam new to REXX and mainframes.[/b]