JCL Copylib

Suppose If You have mentioned the copylib in JCL program but the copy book is not expanded in the program what is the possible error you get?

Questions by sabarikrishna3

Editorial / Best Answer

kckinney  

  • Member Since May-2007 | Oct 21st, 2010


The real problem is why the copylib/include is not being picked up.

If your compile can't find the macro, you'll get one error having to do with not finding the macro, and a 'variable not defined' for every reference to the variables defined in the macro.

Showing Answers 1 - 1 of 1 Answers

The real problem is why the copylib/include is not being picked up.

If your compile can't find the macro, you'll get one error having to do with not finding the macro, and a 'variable not defined' for every reference to the variables defined in the macro.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions