IBM REXX Question:
Download Questions PDF

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:

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

Download IBM REXX Interview Questions And Answers PDF

Previous QuestionNext Question
i am getting error while editing macro, its not even entering into the macro, getting error like
31 *-* "EDIT DATASET("DSN"("MEM")) MACRO("CHGLINE")"
+++ RC(-3) +++? any idea
Why?
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.

e.g - The value of X is Y.
Wot is its value?
Do u know its value?
I want to know its value?