i want to code a rexx program in order to get the inputfile
and output files of jcl. i want code snippet or the coding
for this , please
Answer / albert n
If you know the ddnames of the files being used, then you
can get the infor via the LISTDSI function.
rc = LISTDSI( ddname "FILE")
If the rc = 0 then the dsname is in de variable SYSDSNAME.
If you do not know the ddnames of the files allocated to
your program, you can get the information via TSO with:
Address TSO "LISTA" or Address TSO "LISTA STATUS"
Set up OUTTRAP first so you can capture the output and via
REXX scroll through it.
The difference between LISTA and LISTA STATUS is that LISTA
will only give the datasetnames of all allocated datasets.
LISTA STATUS will give you the ddname followed by all
datasets that are allocated to the ddname for all the
datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
what would I use uni-rexx for?
When will a port of ooRexx to "XYZ" be available?
can oorexx run ibm object rexx programs?
does uni-rexx give me any capabilities designed specifically for the unix environment?
If there are a set of statements and each has a word "value" in it, If I want to display all these statements so that the word "value" is aligned, then how do I code this in REXX. e.g - The value of X is Y. Wot is its value? Do u know its value? I want to know its value.
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
What is the difference between ooRexx and IBM's Object REXX for Windows?
I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
i want to code a rexx program in order to get the inputfile and output files of jcl. i want code snippet or the coding for this , please
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
I am new to rexx db2 ,can anyone help me by expalinin how to code the db2 queries using rexx,and also plz send some link and examples using db2 queries.