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
for which platforms is uni-rexx available?
can I redistribute oorexx freely with commercial software?
What are the various error conditions seen in rexx?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
i want new rexx tool which will perform jcl chk without submitting it
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
Enlist the features of rexx as a programming language.
how long does the install of oorexx take?
can oorexx run normal rexx programs?
What are various loop types supported by 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 access data held on the jes spool?
can oorexx run ibm object rexx programs?
What are the functions available in 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