That should be "I tried a few things using...." Sorry about that! Billy
On Thu, Jun 13, 2013 at 10:54 AM, Bill Ashton <[email protected]>wrote: > Thomas, I tried a few things suing a stemname like 0a, and I could not get > that to work...Can you give me an example of how you use this, and how you > increment stem variables, so I can see this in action? > > Thanks! > Billy > > > On Thu, Jun 13, 2013 at 10:20 AM, Thomas Berg <[email protected]>wrote: > >> > -----Original Message----- >> > From: IBM Mainframe Discussion List [mailto:[email protected]] >> > On Behalf Of John McKown >> > Sent: Thursday, June 13, 2013 3:36 PM >> > To: [email protected] >> > Subject: Thinking about utility for REXX: stem variable to JSON >> > encoding. >> >> <snip> >> >> > STEM.0=3 >> > STEM.1=A >> > STEM.2=B >> > STEM.3=C >> > A="A" /* JUST TO BE SURE */ >> > STEM.A='BUBBA' >> > >> > Even worse, as above, but also >> > >> > STEM.A.0=1 >> > STEM.A.1="FETT" >> >> Be aware that using the name stem.a is vulnerable to eventual usage of >> the variable "a". >> >> I always use the format "stem.0a" as "0a" is not a valid variable name. >> Which protects "stem.0a". >> >> >> >> Regards >> Thomas Berg >> ____________________________________________________________________ >> Thomas Berg Specialist z/OS\RQM\IT Delivery SWEDBANK AB (Publ) >> >> >> >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > > > -- > Thank you and best regards, > *Billy Ashton* > -- Thank you and best regards, *Billy Ashton* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
