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...
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...
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...
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...
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.