How to display DESTID information?
search cancel

How to display DESTID information?

book

Article ID: 223429

calendar_today

Updated On:

Products

Spool

Issue/Introduction

How to display the user data that was added to file using a DESTID statement. 

For example:

DESTID QDEST=DESTID1,                        
     FADDRES1='TO=xxxxxxxxxx@<domain>',
       FADDRES2='SUBJECT=Test Email Subject' 

How to know if the above address values were added to a file?

Environment

Release : 14.0

Component : CA Spool

Resolution

The command to display the DESTID information  is DD (Display Destid).

One of the possible syntaxes is against a particular file number:

/DDFnnnn   where nnnn was the file number.

Using the example from the introduction:

DESTID QDEST=DESTID1,                        
     FADDRES1='TO=xxxxxxxxxx@<domain>',
       FADDRES2='SUBJECT=Test Email Subject' 
If the file 112 was created after the above DESTID was in effect:


Spool    (USERID )          All files              
Sub ESF  Nje          RN          RG       RU        
-----------------------------------------------------
               * *        DESTID1  * *        *      
Action     Seqno Filename Dest     Q Form     Fcb    
             112 FILTEST1 DESTID1  D STD      6      


Then the command /DDF112 would display:

ESF890  DESTID QDEST=DESTID1,                 
ESF890   FADDRES1=TO=xxxxxxxxxx@<domain>,
ESF890   FADDRES2='SUBJECT=Test Email Subject'
ESF890  END-OF-DISPLAY                        

 

The complete syntax of this command is in the link below:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-spool/14-0/operations-and-commands/commands/dd-command-display-destid.html