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.
Answer Posted / chandrakant sinha
to get the system time and date , u can use following code
time = time()
date = date()
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
how long does the install of oorexx take?
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.
What does the sample library of uni-rexx consist of?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
can oorexx run ibm object rexx programs?
What is the difference between ooRexx and IBM's Object REXX for Windows?
for which platforms is uni-rexx available?
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.
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.)
can I redistribute oorexx freely with commercial software?
is oorexx compatible with ibm object rexx?
What are various loop types supported by rexx?
what would I use uni-rexx for?
i want new rexx tool which will perform jcl chk without submitting it