home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / rexx / 1494 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.7 KB  |  62 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!panther!mothost!schbbs!waccvm.corp.mot.com!TTZ488
  3. From: TTZ488@waccvm.corp.mot.com (Hugh Dunn)
  4. Subject: Re: rexx in tso environme
  5. Organization: Motorola
  6. Date: 21 Jan 1993 05:32:24 MST
  7. Message-ID: <1993Jan21.124124.8342@schbbs.mot.com>
  8. Sender: news@schbbs.mot.com (Net News)
  9. Nntp-Posting-Host: waccvm.corp.mot.com
  10. Lines: 50
  11.  
  12. >------------------------- Original Article -------------------------
  13. >From: "stephen brackenbury" <stephen.brackenbury@canrem.com>
  14. >
  15. >Greetings,
  16. >
  17. Hello Stephen
  18.  
  19. >
  20. >These are probably very simple questions, but:
  21. >
  22. > 1) How does one create a Rexx program in TSO?
  23. Put it in a file called 'pgname.CLIST' with the first line of
  24. the file being a REXX comment e.g.   /* REXX */
  25.  
  26. >
  27. > 2) Does TSO recognize a Rexx program by the same comment card that OS/2
  28. >    recognizes Rexx?
  29. See above
  30.  
  31. >
  32. > 3) Does it have to be compiled?
  33. No
  34.  
  35. >
  36. > 4) How is it submitted?  Does it require JCL to run?
  37. Type EX pgname from ready prompt, or you can use JCL steps to run it.
  38.  
  39. >
  40. > 5) Is there a standard IBM manual or book that someone could recommend
  41. >    to help me get up and running in Rexx TSO?
  42. There is an IBM manual called;
  43. TSO Extensions Version 2 (Procedures Language MVS/REXX Reference)
  44. that I find very useful.
  45. >
  46. >
  47. >If someone could provide me with a short summary of the usual steps
  48. >involved in creating a TSO Rexx program as well as a very simple example
  49. >of a TSO Rexx program I'd be more than grateful.
  50. >
  51. >Thanks in advance!
  52. >
  53. You will REALLY need the manual, espicially if you want to run in
  54. batch mode. Also, there are TSO specifics to the REXX implementation on
  55. MVS.
  56.  
  57. Hope you find this helpful, however if you need further info the email m
  58. and I'll see if I can help.
  59.  
  60. Hugh
  61. TTZ488@waccvm.corp.mot.com
  62.