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.



I'm new to rexx. How to code rexx in jcl to read in a lpar cpu usage file and select 1. date,..

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

Post New Answer

More REXX Interview Questions

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

0 Answers  


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

0 Answers   Mind Tree,


What are the various error conditions seen in rexx?

0 Answers  


i want new rexx tool which will perform jcl chk without submitting it

0 Answers  


What are the functions available in rexx?

0 Answers  






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?

0 Answers  


How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?

0 Answers  


Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?

0 Answers  


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?

0 Answers   IBM,


Can I cleanly uninstall oorexx?

0 Answers   IBM,


How do I Run My Rexx Exec.?

2 Answers  


how to access data in control blocks such as jobname?

0 Answers   IBM,


Categories