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.