I just know the Panvalet dataset name, i would like to
search all the members of that dataset for particular
keyword through Rexx. how to achive? please suggest.
Is it possible to open panvalet member in browse mode using
Rexx?
Your help would be appreciated very much. Thanks in advance.
No Answer is Posted For this Question
Be the First to Post Answer
I'm new to rexx. How to code rexx in jcl to read in a lpar cpu usage file and select 1. date, time 2. some system names 3. cpu usage for each system. The input file has hourly reporting. The output file (CSV)is for excel use. Run in batch mode. Output in FB.
Can I cleanly uninstall oorexx?
can I redistribute oorexx freely with commercial software?
can oorexx run normal rexx programs?
When will a port of ooRexx to "XYZ" be available?
i'm getting error while editing macro, its not even entering into the macro, getting error like 31 *-* "EDIT DATASET('"DSN"("MEM")') MACRO("CHGLINE")" +++ RC(-3) +++ ? any idea why?
what is uni-rexx?
I am tryin to select one records(SQL) using Rexx.Here is the code ADDRESS DSNREXX "EXECSQL FETCH C1 USING DESCRIPTOR :TBSQLDA" IF SQLCODE = 0 THEN DO LINE = '' DO I = 1 TO TBSQLDA.SQLD LINE = LINE TBSQLDA.I.SQLDATA END I SAY LINE END ADDRESS DSNREXX "EXECSQL CLOSE C1" ADDRESS DSNREXX 'DISCONNECT' i am getting the following errors and also i dont know wr to see the ouput.Can anyone please hlep me in solving this? 28 +++ ADDRESS DSNREXX 'DISCONNECT' Error running DB2REXX, line 28: Incomplete DO/SELECT/IF
is oorexx compatible with ibm object rexx?
what would I use uni-rexx for?
what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?
is oorexx compatible with rexx?