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 / 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 |
i want to code a rexx program in order to get the inputfile and output files of jcl. i want code snippet or the coding for this , please
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
how to access data held on the jes spool?
does uni-rexx give me any capabilities designed specifically for the unix environment?
What do unusual return codes such as -3 and 0196 mean?
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?
how long does the install of oorexx take?
What is the difference between ooRexx and IBM's Object REXX for Windows?
for which platforms is uni-rexx available?
How do I Run My Rexx Exec.?
is oorexx compatible with ibm object rexx?
Enlist the features of rexx as a programming language.