Answers

Question and Answer:

  Home  IBM 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?

to get the system time and date , u can use following code

time = time()

date = date()

 205 views

More Questions for you: