IBM REXX Question:
Download Questions PDF

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?

Answer:

You must turn on ISPEXEC Address.

Address ISPEXEC "EDIT dataset(xx) macro(mmm)"

Download IBM REXX Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose i want to code a rexx program in order to get the inputfile and output files of jcl. i want code snippet or the coding for this?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?