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 'say' connot output some characters such as '{' '}'

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

New User


Joined: 15 Dec 2005
Posts: 6

PostPosted: Tue Jun 27, 2006 8:50 am    Post subject: REXX 'say' connot output some characters such as '{' '}'
Reply with quote

REXX 'say' connot output some characters such as '{' '}' , but EXECIO output normally

say "{ $ } [ ] "
: : : : :

How to output these character using 'say'
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: Tue Jun 27, 2006 9:41 pm    Post subject: Re: REXX 'say' connot output some characters such as '{' '}'
Reply with quote

I dunno:

This code:

/* REXX */
Say "Start"
Say "{ $ } [ ]"
Say "End"

Gave me this result:

Start
{ $ } [ ]
End
Back to top
View user's profile Send private message
ranjanp

New User


Joined: 02 May 2006
Posts: 24

PostPosted: Tue Jun 27, 2006 10:11 pm    Post subject:
Reply with quote

i tried running the same code with all the special characters. the code is given below:


/* REXX */
SAY "START"
SAY "!~`@#% &*()_+;'.,/?: {}?\"
SAY "END"

This is waht i got as output:


START
!::@#%:::&*()_+;'.,/?::::icon_question.gif
END
***

No idea how Superk got the desired results. It might be a system setting. [/b]
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