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
is oorexx compatible with ibm object rexx?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
can I redistribute oorexx freely with commercial software?
What is the difference between ooRexx and IBM's Object REXX for Windows?
i want new rexx tool which will perform jcl chk without submitting it
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
What is the use of uni-rexx?
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
How to run my rexx exec?
does uni-rexx give me any capabilities designed specifically for the unix environment?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
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.
for which platforms is uni-rexx available?
Enlist the features of rexx as a programming language.
how long does the install of oorexx take?