Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
REXX Parser to read demited data by comma

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
shakti

New User


Joined: 20 Jan 2004
Posts: 37

PostPosted: Mon Dec 11, 2006 5:42 pm    Post subject: REXX Parser to read demited data by comma
Reply with quote

Hi,

We have a dataset with values delimited by comma(,). Now i want to read the dataset without delimiter and write into a output dataset in a required format.

Shakti
Back to top
View user's profile Send private message
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3314
Location: Charlotte,NC USA

PostPosted: Mon Dec 11, 2006 6:10 pm    Post subject: Re: REXX Parser to read demited data by comma
Reply with quote

PARSE is the instruction you need:

"EXECIO 1 DISKR indd"
PARSE PULL record
PARSE VAR record fld1 ',' fld2 ',' fld3 ',' fld4 ',' ...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1