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.
Answer Posted / martin
sometimes it is wise to start with an options, like:
ADDRESS AS400REXX 'EXECSQL SET OPTION COMMIT = *NONE'
don't know the db2 syntax, though
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
i want new rexx tool which will perform jcl chk without submitting it
I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.
How to code the db2 queries using rexx?
how to access data held on the jes spool?
can oorexx run normal rexx programs?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
is there an aix version of oorexx?
why is there no os/2 (ecs) port of oorexx?
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
Suppose 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?
is oorexx compatible with ibm object rexx?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
how to pass parms to ispf edit macro?