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 wOOdy-Soft 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 dorkie

  1. dorkie

    Getting Rexx to talk to DB2....

    u may need an ISPF libdef comand to your ISPLLIB
  2. dorkie

    How to trap return code of a job in rexx program

    I'm not sure outtrap would work here... try using sdsf in REXX
  3. dorkie

    How to scan started task/address space msg (JESMSGLG) ?

    hello, one way would be using SDSF in REXX here is ome code to get DDNAME of any task in SDSF pool call : SDSFDD task DDNAME SDSFDD is name of exec /* REXX */ ARG jobn...
  4. dorkie

    How do I allocate Steplib in Foreground Rexx exec?

    hello, I think you may be able to allocate your steplib as any regular existing datasets, or use ISPF LIBDEF (against DDNAME ISPLLIB) option. anyway here is How I call a program located in one of my libraries without any reference to steplib or ispllib. the dataset is pecified on the call ...
  5. dorkie

    Clear screen in MVS or OS390

    there is no REXX-supplied clear utility on OS/390. your shop may have written such a utility. at my shop it is called CLS

Part and Inventory Search

Back
Top