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 SkipVought 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. LouPelagalli

    Display stem. Variables on an ISPF Panel

    Hi, Is there a way to display a stem. variable on an ISPF Panel and use the ZVARS = function? I can display stem.1 stem.2 ... directly on the panel, but when I change the name to Z and use ZVARS = '(STEM.1 STEM.2)' I receive a message that the ZVARS must be alpha or numberic, so it's probably...
  2. LouPelagalli

    ISPEXEC 'SETMSG ...MSGLOC(field)' not positioning message location

    Hi, With Rexx I'm trying zedsmsg = 'Short Message' zedlmsg = 'Long Message' msgfld = 'SRCDSN' ADDRESS ISPEXEC 'SETMSG MSG(ISRZ001) MSGLOC(msgfld)' also tried zedsmsg = 'Short Message' zedlmsg = 'Long Message' ADDRESS ISPEXEC 'SETMSG MSG(ISRZ001) MSGLOC(SRCDSN)' Field SRCDSN is defined on my...
  3. LouPelagalli

    ISPF Dialog Error

    Hi, I have several Rexx programs that create JCL, but I'm force to used the same Data Set name for all the Rexx Jobs that create JCL because I receive the error message. * ISRD028 * Data set not cataloged * 'TRNLDP.TEMP.JCL2' was not found in catalog. * Current dialog statement: * EDIT...
  4. LouPelagalli

    Values from External Routines

    Hi, Rexx1 calls Rexx2 passing a couple of parameters, using "call rexx2 p1 p2". Rexx2 does 'arg p1 p2', does some number crunching and exits using "exit p2" p2 = 8 in this case. But Rexx1 checks p2 and it's blank. What am I missing here? I'd like Rexx1 to recognize p2 = 8...
  5. LouPelagalli

    Invalid Syntax

    "A command entered or contained in a CLIST has invalid syntax." That's all my Rexx tells me. It appears to run correctly. The process is to From command line, enter TSO rexxname Display First Panel Select Option Display Second Panel Don't enter anything, just press PF3 Receive...
  6. LouPelagalli

    Refresh ISPF Panel Display

    Hi, I'm very new to Rexx, and 0S/390 in general. Here's my problem, I hope you can help. 1. I have and ISPF panel with a Rexx running behind the panel. 2. The Rexx updates the panel each time the Rexx runs with the option selected on that run. There are several jobs to submit in sequence...

Part and Inventory Search

Back
Top