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 strongm 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: *

  • Users: mikerexx
  • Content: Threads
  • Order by date
  1. mikerexx

    DSNREXX - Running another DB2 plan - I get a separate LUW-ID

    I have a REXX that uses DSNREXX to Select data from a DB2 table. It then will call an existing batch program/package that is part of a separate DB2 plan. When I call/start the subsequent plan, I see evidence that another LUW-ID has begun. I need to control the UOW from the outer REXX code...
  2. mikerexx

    Convert ISPF panel to HTML or Windows

    I have some rexx programs that are stored on an IBM mainframe. These use ISPF panels as the user interface. I want to use the programs in a windows or Web environment. So, I need to convert the ISPF panels to HTML or something that will display on a PC. Does anyone know how to do this in an...
  3. mikerexx

    Interrogate command line comming back from edit within REXX

    I have the following: /* REXX */ ARG OUTP STAT = MSG('OFF') UID = SYSVAR(SYSUID) ADDRESS ISPEXEC "EDIT DATASET('TEST.MYDSN')" ADDRESS TSO "FREE FILE(MYDD)" "ALLOC FILE(MYDD) ", "DATASET('TEST.MYDSN') SHR" ... I want to interrogate the COMMAND LINE upon returning from the edit session...
  4. mikerexx

    How can I convert JCL into CLIST

    I have a series of jobstreams with many steps in each. Ultimately I want to run these jobs in the foreground, under my TSO TCB. So, I would like to process my jcl through some tool to convert it into a CLIST - with file allocations, etc. I want this to be done similar to the way many COBOL...
  5. mikerexx

    Numeric editted display

    I am using ISPF with REXX to display calculate and display a number. The number calculated is something like 123456789.05. I want it to display 123,456,789.05... or even better $123,456,789.05 Does anyone know how to do this easily?
  6. mikerexx

    CPU Time Batch Job accessing DB2 - Z/OS

    I am tuning a DB2 batch program. I dont have access to a good monitor. So I will compare CPU times. My question is: When a batch job finishes, it shows excp, cpu time, etc. What does the CPU time represent? Does it represnet the time only for the app's TCB or does it include the time spent...
  7. mikerexx

    terminate edit session and edit again

    Can someone please help me with the following: I am in an edit session on PDS(MEM) I key my macro command - MAC1 MAC1 does . . . ADDRESS ISREDIT "SAVE" ADDRESS ISREDIT "END" ALLOC FI(F1) DA(PDS(MEM) ALLOC FI... "CALL *(PGM1)" /* this works fine */ Pgm1 will make changes to PDS(MEM) I then...

Part and Inventory Search

Back
Top