Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ratso

  1. ratso

    bad backslash in mvs rexx

    its ok, apparently the tput command is the culprit, tso has a problem displaying certain characters whereas ispf does not, as a result other undisplayable characters also appear as colons (':') {such as curly brackets etc). The actual character is still as entered, ie backslash is '\' but...
  2. ratso

    REXX GDG outtrap loop

    Also, is there a better way of pulling in a gdg family using the base than outtrapping (and stripping out extraneous data) the output from listcat; such as ; GETDATA = OUTTRAP("RAWOUT.","*") "LISTCAT...
  3. ratso

    bad backslash in mvs rexx

    try this in mvs rexx /*rexx*/ say '/' as you would expect you get a '/' displayed on screen. now try /*rexx*/ say '\' note backslash not forward slash, it converts it to ':' this is a problem for me since im trying to NDM files from mainframe to NT shared drives using connect direct, and...

Part and Inventory Search

Back
Top