|
View previous topic :: View next topic
|
| Author |
Message |
ramfrom84
New User

Joined: 23 Aug 2006 Posts: 93 Location: chennai
|
|
|
|
How we can read input file on character by character in REXX .
How we can read string on character by character in REXX . |
|
| Back to top |
|
 |
Kevin
Active User

Joined: 25 Aug 2005 Posts: 234
|
|
|
|
| ramfrom84 wrote: |
| How we can read input file on character by character in REXX. |
I'm not familiar with any method. To the best of my knowledge, data is read on a per-record basis.
| ramfrom84 wrote: |
How we can read string on character by character in REXX . |
- Use SUBSTR.
- Convert each character of the string into a stem variable. |
|
| Back to top |
|
 |
ramfrom84
New User

Joined: 23 Aug 2006 Posts: 93 Location: chennai
|
|
|
|
Ok. Thanks,
i want to read the file by character basics. |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
You can't. You have to read it by logical records, then process each record separately.
O. |
|
| Back to top |
|
 |
ramfrom84
New User

Joined: 23 Aug 2006 Posts: 93 Location: chennai
|
|
|
|
| ok. Thanks. |
|
| Back to top |
|
 |
|
|