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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zostechhelp

    rexx program

    Hi jonats. Enclosed you find a REXX Sample for TSO/DMS. It move a line man over the screen. It cosist of two parts. First part is a rexx script and the second part is a DMS Panel definition. Look at the runit sub function. It tell DMS to show panel and simulate enduser key stroke. REXX Meber...
  2. zostechhelp

    rexx program

    There are three way to do so. a) use ispf DISPLAY service where you define three variable fields you fill out by rexx b) if you use it tso native you may use the freeware assembler tool clear to position to top left and the use rexx say to position again c) use an own written command using tput...
  3. zostechhelp

    return a string from a function

    As far I know you allready got an solution. But I do not like to allocate memory where someone has to free somewhere! Remember, in ANSI C a function can return against normal data types (like int, chr ...) also return abstract data type (what means a structur and typedef). An that works so easy...
  4. zostechhelp

    Geetin all variable name in an REXX

    Yes, I would be able to compile it. But I do not thinks i will get the variable nam out of them. I need the names at run time and varaiable name are dynamicli created that is why i would like to get defined variables. Furtheron I would like to use it on Control S/A and there is no compiled REXX...
  5. zostechhelp

    Geetin all variable name in an REXX

    The theme is to get all used variable names on a current rexx script on z/OS System. Does somebody know ho to do that?

Part and Inventory Search

Back
Top