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 TouchToneTommy 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. acheait

    ISPSTART continuation Problem

    why not user the rexx continuation character aka comma: QUEUE " ISPSTART CMD(READFILE "HLQ"."USERID()".JMRSRCH "LOGPDS"", "ENVI")
  2. acheait

    Saving ISPF Panel entries

    It's a little out of my league, but it helped me figure out how to retrieve info from the profile using TBGET. I'm using: TBCREATE with NAME, WRITE, and REPLACE to create the table TBADD to add a row TBCLOSE to save and close the table TBOPEN with NOWRITE to check if an old table exist...
  3. acheait

    Saving ISPF Panel entries

    That would be very helpful. I did some further research since I submitted this questions and I found the TB* series of command. I managed to write the data to my profile using TBADD, but I haven't figured out how to read it back to the panel.
  4. acheait

    Saving ISPF Panel entries

    I coded an ISPF panel that submits a compiler using entries provided by the user. The panel itself is displayed from a rexx script and has several fields for user data entry(DSN, region,...). Currently, every time the script is called, the panel shows up with the default values. I managed to...
  5. acheait

    How to see which user holds a dataset

    try: TSO ISRDDN E DATASET.NAME
  6. acheait

    Output cursor manipulation in rexx

    Thanks for the suggestion. I'll try the ISPF panel approach. I really prefer not to get involved with CLIST.
  7. acheait

    Output cursor manipulation in rexx

    I'm trying to be fancy with my rexx script and give feedback to the users when processing a large number of input. Here's how the script output look now: USER.NODE.SRCLIB .............................. CREATED USER.NODE.LOADLIB.............................. CREATED...

Part and Inventory Search

Back
Top