Deliver - Report Processing
search cancel

Deliver - Report Processing

book

Article ID: 240189

calendar_today

Updated On:

Products

Deliver

Issue/Introduction

When I submit the job, the reports that I would expect to end up in View are not getting there.

Class G is the View sysout class, and though the job JES output is collected, the report output is not.

The sysout is going to class U, but so are other reports that do get collected.

//SYSPRTP  JOB 'RMORPT',NOTIFY=&SYSUID, 
//         CLASS=T,MSGLEVEL=(1,1),MSGCLASS=G
//REPORT1  EXEC PGM=RMORPT
//SYSPRINT DD SYSOUT=(U,$0001,1STD),DCB=BLKSIZE=133
//SYSIN    DD *
NAME dlvr_hlq
REPORT 1
/*
//

 

//SYSPRPT  JOB '6050','RMORPT',NOTIFY=&SYSUID,               //             CLASS=T,MSGLEVEL=(1,1),MSGCLASS=G             //*----------------------------------------------------------//REPORT1  EXEC PGM=RMORPT                                   //STEPLIB  DD DISP=SHR,DSN=SYS2.CA.VIEW.CVDELOAD             //SYSPRINT DD SYSOUT=(U,$0001,1STD),DCB=BLKSIZE=133          //SYSIN    DD *                                              NAME SYS2.CA.DLVR                                            REPORT 1                                                     /*                                                           

Environment

Release : 14.0

Component : Deliver

Resolution

In their Deliver RMOPARMS, the client had the following:

 . . JOBCLSL  = P
 . . SYSCLSL  =

 . . NETCLSL  = M/
 . . NETDEST  =
 . . NETFORM  = 

The above mean that, for Deliver pre-spool processing, that they would need to have the following for the Job card:

 . . //SYSPRPT JOB ...,CLASS=P,...

The client changed the Job card, to use CLASS=P, and had the desired result.