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


Please Help Members By Posting Answers For Below Questions

how to access data held on the jes spool?

837


what would I use uni-rexx for?

723


Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?

703


can oorexx run normal rexx programs?

779


What are the various error conditions seen in rexx?

683


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?

724


how to pass parms to ispf edit macro?

802


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?

682


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.)

2954


Enlist the features of rexx as a programming language.

764


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

2832


is there an aix version of oorexx?

739


is oorexx compatible with rexx?

715


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?

700


How to find or access the current level of a gdg?

624