Deletion of management information

You can delete the records of each type of management information by using the following batch program:

(1) Management Information Deletion Program (XRSYSDEL)

Program Name

XRSYSDEL

XRSYSIN Definition Card

This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the explanation of the System Environment Settings in Administration Manual.

Format of definition card

OPLSELECT=Operation Log Output Option (*1)

*1

:

When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs.

XRCRD Definition Card

The following shows the format of the definition card for deleting a record of each type of management information:

SNDID=File ID ....................  Deletion of Send Management Information 
RCVID=File ID ....................  Deletion of Receive Management Information 
JOBID=Job ID .....................  Deletion of Job Information 
HSTID=Host Name ..................  Deletion of Host Information 
HGRPID=Transfer Group ID  ........  Deletion of Transfer Group Information 
FMTID=Format ID ..................  Deletion of Format Information 
MFMTID=Multi Format ID  ..........  Deletion of Multi Format Information

The program deletes the record for the ID that you specify for each type of management information.

Example of JCL

The following shows an example of JCL for deleting the records of various types of management information:

//XRSYSDEL JOB  CLASS=A,MSGCLASS=B                                              
//STEPLIB  DD   DSN=HULFT.LOAD,DISP=SHR                                         
//XRSYSDEL EXEC PGM=XRSYSDEL                                                    
//XRFILE   DD   DSN=HULFT.FILE,DISP=SHR                                         
//XRHOST   DD   DSN=HULFT.HOST,DISP=SHR                                         
//XRSYSIN  DD   DSN=HULFT.PARMLIB(HULPRM),DISP=SHR                              
//SYSOUT   DD   SYSOUT=*                                                        
//XRCRD    DD   *                                                               
SNDID=SNDFILE1                                                                  
SNDID=SNDFILE2                                                                  
RCVID=RCVFILE1                                                                  
JOBID=JOB01                                                                     
HSTID=NEWS1                                                                     
HSTID=SUN12                                                                     
HGRPID=HSTGRP1                                                                  
FMTID=FMT01                                                                     
MFMTID=MFMT02                                                                   

DD Name

Value

Description

STEPLIB

HULFT.LOAD

HULFT load module library

XRFILE

HULFT.FILE

Send and Receive Management File

XRHOST

HULFT.HOST

Host Information File

XRSYSIN

HULFT.PARMLIB(HULPRM)

System Environment Settings File