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
If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
can I redistribute oorexx freely with commercial software?
What are the functions available in rexx?
what would I use uni-rexx for?
Can I cleanly uninstall oorexx?
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.)
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
how long does the install of oorexx take?
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?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
When will a port of ooRexx to "XYZ" be available?
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
How to run my rexx exec?
What does the sample library of uni-rexx consist of?
what is uni-rexx?