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

vertical bar


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

New User


Joined: 14 Jun 2017
Posts: 31
Location: US

PostPosted: Thu Jun 29, 2017 6:22 am
Reply with quote

Hi,
which key do I use to type 'vertical bar' in Rexx program?
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Thu Jun 29, 2017 7:28 am
Reply with quote

This is discussed in TSO/E Rexx Reference for your z/OS release. Get the manual and READ it yourself. The is a help forum, not a read the manual for you forum. You have been told this in other threads; obviously you can't be bothered.

We do know what keyboard you're using; we cannot be expected to help you with keyboard issues. Most more or less standard PC type keyboards have a vertical bar on the same key as the \ character. Most more or less standard 3270 emulator programs will send this character to your mainframe as the EBCDIC vertical bar, 0x4F. This is much less confusing than the ¬ character you asked about in another thread.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Jun 29, 2017 10:00 am
Reply with quote

When I write REXX code, I usually substitute another character for the vertical bar, typically "@". When I'm done, I just change all "@" to Hex '4F'.
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Thu Jun 29, 2017 10:46 am
Reply with quote

Superk's general procedure will work well with other oddball code points like ¬.You can find its hex representation (0x5F) in TSO/E Rexx Reference as well as other sources.
Back to top
View user's profile Send private message
cvnlynn

New User


Joined: 14 Jun 2017
Posts: 31
Location: US

PostPosted: Thu Jun 29, 2017 8:22 pm
Reply with quote

Thanks all.
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 Am Getting a vertical line in ISPF SC... TSO/ISPF 3
No new posts Vertical Repeat DFSORT/ICETOOL 3
No new posts Transpose values from Vertical to hor... DFSORT/ICETOOL 14
No new posts Vertical records into horizontal layo... DFSORT/ICETOOL 11
No new posts Formatting vertical records into hori... DFSORT/ICETOOL 3
Search our Forums:

Back to Top