z/OS DFSMShsm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


HSMEDIT procedure

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

The HSMEDIT procedure, shown in Figure 1 and in the starter set in HSMEDIT, is a procedure that prints the edit log.

Figure 1. Example of the HSMEDIT Procedure
//EDITLOG  JOB JOBPARM
//*
//**********************************************************************/
//* THIS SAMPLE JOB PRINTS THE DFSMSHSM EDIT LOG.  REPLACE THE UID     */
//* VARIABLE WITH THE DFSMSHSM-AUTHORIZED USER ID (1 TO 7 CHARACTERS). */
//**********************************************************************/
//*
//EDITLOG EXEC PGM=ARCPEDIT
//ARCPRINT DD SYSOUT=*
//ARCLOG DD DSN=UID.EDITLOG,DISP=SHR
/*
Note: To send the output to a data set (see Figure 2), change ARCPRINT to:
Figure 2. Example of a Change to ARCPRINT
 
 //ARCPRINT DD DSN=uid.EDITOUT,DISP=(NEW,CATLG),UNIT=unitname,
 //     VOL=SER=volser,SPACE=spaceinfo,
 //     DCB=(RECFM=FBA,LRECL=133,BLKSIZE=26600)
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014