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

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?

0 Answers  


is oorexx compatible with rexx?

0 Answers   IBM,


What is the difference between ooRexx and IBM's Object REXX for Windows?

0 Answers  


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. e.g - The value of X is Y. Wot is its value? Do u know its value? I want to know its value.

1 Answers  


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?

0 Answers  






What is the use of uni-rexx?

0 Answers  


How do I access data in control blocks such as jobname?

1 Answers  


What are various loop types supported by rexx?

0 Answers  


How to code the db2 queries using rexx?

0 Answers  


what is uni-rexx?

0 Answers   IBM,


How do I Run My Rexx Exec.?

2 Answers  


how long does the install of oorexx take?

0 Answers   IBM,


Categories