If anyone is still paying attention, my question lingers. Is CLASS A always used for JCL conversion? Just because it's first in the list? Is it a defined or default option? If it's always gonna be CLASS A, do I need to 'ALLOW' any other class?
The conversion is not done by a class, its done by the conversion code. The CLASS only tells limits and defaults. If you allow SYSSYM on class A but not on class B, conversion will fail to resolve symbols if CLASS=B is coded on the job statement, but will do it for CLASS=A. In your case, the symbol resolution is probably done before something changes the CLASS form A to C. -- Peter Hunkeler ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
