Submitted Questions

  • 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?

    Star Read Best Answer

    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.

    kckinney

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