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

compound variable in REXX


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

New User


Joined: 05 Dec 2007
Posts: 29
Location: Bangalore

PostPosted: Thu Dec 13, 2007 9:38 am
Reply with quote

Hi,
I want to used compound variable to implementation of some code. And I have stored some element in the compound variable but the thing is that when I tried to display to number of element present in the compound variable ,its not isplaying the total no..Whats wrong with the following code:

Code:


var.1='Tom'
var.2='Jon'
var.3='Sam'

say var.0   /* displaying var.0 only*/

Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Dec 13, 2007 12:15 pm
Reply with quote

Raju,

Var.0 is considered as a variable and hence the same is displayed after the execution of the say command.

where have u defined the variable var. as a stem variable? if you are doing any read operation, then read the file using EXECIO into a stem variable and then try displaying the value of var.0 .
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Dec 15, 2007 2:14 pm
Reply with quote

If you load a stem manually, as in your code above, then you also need to load the stem.0 component manually too.
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 Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top