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
Enlist the features of rexx as a programming language.
how long does the install of oorexx take?
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?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
What are the functions available in rexx?
i want new rexx tool which will perform jcl chk without submitting it
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
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
Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?
What is the difference between ooRexx and IBM's Object REXX for Windows?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
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?
what would I use uni-rexx for?
What is the use of uni-rexx?
can oorexx run normal rexx programs?