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

REXX 'say' connot output some characters such as '{' '}'


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

New User


Joined: 15 Dec 2005
Posts: 5

PostPosted: Tue Jun 27, 2006 8:50 am
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
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Jun 27, 2006 9:41 pm
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: 25

PostPosted: Tue Jun 27, 2006 10:11 pm
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
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top