Culprit to show 2nd line of recipient description from VRDMU310
search cancel

Culprit to show 2nd line of recipient description from VRDMU310

book

Article ID: 71772

calendar_today

Updated On:

Products

Dispatch Output Mgmt

Issue/Introduction

The standard DSCULP02 - " REPORT RECIPIENT FILE LISTING " Culprit report only shows the FIRST line of the recipient description.

Is there a CA Dispatch Culprit report that will show the SECOND line of the RECIPIENT DESCRIPTION field from the "VRDMU310 - Recipient Definition Screen"? 

Environment

z/OS

Resolution

The CA Dispatch provided DSCULP02 report only shows the FIRST line of the RECIPIENT DESCRIPTION from the VRDMU310 screen.

However, you can create your own new "custom" Culprit report and with a simple modification, you can make your custom Culprit report show the SECOND line of the recipient description instead of showing the first line.

You can create your new "custom" report to show you the SECOND line as follows... 

- Create a new DSCULPM2 control member in the HLQ...CADSOPTN library by using the standard DSCULP02 member as a copy shell.

- Change the CULPRIT control statements in the new DSCULPM2 member as follows:
EDIT YOUR.HLQ.CADSOPTN(DSCULPM2)
First change:
  Line 000031 FROM = 027040 M RD-RECIP-DESC.1 TO WORK2
  Line 000031 TO   = 027040 M RD-RECIP-DESC.2 TO WORK2

Then change:
  Line 000036 FROM = 027210 M RD-RECIP-DESC.1 TO WORK5
  Line 000036 TO   = 027210 M RD-RECIP-DESC.2 TO WORK5

- Save these changes, then run the DSEXCULP/CADSCULP job with the 'MEMBER=' symbolic set as MEMBER=DSCULPM2.

The "REPORT RECIPIENT FILE LISTING" report produced by the custom DSCULPM2 control statements will now show SECOND line of the RECIPIENT DESCRIPTION field from the VRDMU310 screen.