InterviewSolution
| 1. |
What Is A Msgclass Parameter? |
|
Answer» It is a keyword parameter which specifies the output CLASS to which system messages for your JOB are to be routed. Output class is an alphabetic (A THRU Z) or numeric (0 thru 9) CHARACTER. The default for MSGCLASS parameter will be A. System messages and output data sets can be routed to the same output class. You can code the MSGCLASS parameter in the Job statement and the SYSOUT parameter on the DD statement. It is a keyword parameter which specifies the output class to which system messages for your job are to be routed. Output class is an alphabetic (A thru Z) or numeric (0 thru 9) character. The default for MSGCLASS parameter will be A. System messages and output data sets can be routed to the same output class. You can code the MSGCLASS parameter in the Job statement and the SYSOUT parameter on the DD statement. |
|