You need to output one or more JES datasets to a different class for View to collect.
View 14.0
By default the JESDS parameter ALL is used and the SYSOUT will be collected to your MSGCLASS in your job.
To output one or multiple JES datasets to a different class in your job you will need to use the an output statement with the JESDS parameter with the class you wish to collect.
The options for the JESDS parameter are the following:
Example OUTPUT statements are below:
Example 1 (outputs one JES dataset to a different class):
//JOBCARD....
//OUT1 OUTPUT JESDS=(LOG),CLASS=A
Example 2 (outputs multiple JES dataset to a different class):
//JOBCARD...
//OUT1 OUTPUT JESDS=(LOG),CLASS=A
//OUT2 OUTPUT JESDS=(MSG),CLASS=B
Job Entry Subsystem (JES) including JESDS parameter is owned by IBM and not Broadcom.
For more information about JESDS, please see in IBM's documentation the section JESDS parameter.