IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

REXX: Absolute Position in PARSE


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kvssbhaskar

New User


Joined: 27 Feb 2004
Posts: 2

PostPosted: Fri Aug 08, 2008 12:27 am
Reply with quote

Hi

I am new to REXX and while going through initial document available I came across an example for Absolute Position in PARSE which is not clear to me. Can someone help me to understand

MYSTR=" WE HAVE MET THE ENEMY, AND HE IS US. "
PARSE VAR MYSTR V1 =10 V2 V3 V4 17 V5 =25 V6 1 V7 V8

Output is something like this
V1 > " WE HAVE "
V2 > "MET"
V3 > "TH"
V4 > ""
V5 > "E ENEMY,"
V6 > " AND HE IS US. "
V7 > "WE"
V8 > "HAVE MET THE ENEMY, AND HE IS US. "

I can understand how V1, V2 got the value, but confusion is with V3 and V4,V5 value.

Can some help me how these values are assigned.

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 08, 2008 1:02 am
Reply with quote

did You look at?
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Aug 08, 2008 1:39 am
Reply with quote

Quote:
Output is something like this

I did not get the same results as you. You will not get good answers if your examples are not correct.

Using '=10' will cause a break at the column, not on a word boundary.

And if you use something like '=10 v3 =18', it will cause it to include spaces within the variable.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
Search our Forums:

Back to Top