Hi
i was doing a tool in Rexx in Mainframe
In that i have a situation in which i need to read each record or line from a dataset which is in EDIT session.
After i read i need to get its cursor position (Start position of the record)
For Example
i have 3 records
/***************************************/
he is the guy
hello evrybody
hai Sir
/***************************************/
My output needs to be
1
4
6
Could any1 pls advice on this
Thanks
Imran
i was doing a tool in Rexx in Mainframe
In that i have a situation in which i need to read each record or line from a dataset which is in EDIT session.
After i read i need to get its cursor position (Start position of the record)
For Example
i have 3 records
/***************************************/
he is the guy
hello evrybody
hai Sir
/***************************************/
My output needs to be
1
4
6
Could any1 pls advice on this
Thanks
Imran