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 |
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 port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
Can I cleanly uninstall oorexx?
How do I Run My Rexx Exec.?
What are the functions available in rexx?
Suppose 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?
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
does uni-rexx give me any capabilities designed specifically for the unix environment?
how long does the install of oorexx take?
Enlist the features of rexx as a programming language.
is oorexx compatible with rexx?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?