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 to access data held on the jes spool?
what would I use uni-rexx for?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
can oorexx run normal rexx programs?
What are the various error conditions seen in rexx?
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?
how to pass parms to ispf edit macro?
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?
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.)
Enlist the features of rexx as a programming language.
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
is there an aix version of oorexx?
is oorexx compatible with rexx?
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?
How to find or access the current level of a gdg?