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


HSMEDIT

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

HSMEDIT helps you maintain and monitor DFSMShsm. HSMEDIT contains a job that prints the edit log. Refer to Figure 1 and for an example of the HSMEDIT member and Figure 2 for a JCL example to send the edit log output to a data set.

Figure 1. Example Listing of Member HSMEDIT
//EDITLOG  JOB ?JOBPARM
//*
//****************************************************************/
//*           THIS JOB PRINTS THE EDIT-LOG DATA SET              */
//*                                                              */
//* REPLACE THE FOLLOWING ?UID VARIABLE WITH THE NAME OF THE     */
//* DFSMSHSM-AUTHORIZED USER (1 TO 7 CHARS).                     */
//*                                                              */
//* (NOTE: UID AUTHORIZATION IS VALID IN A NON-FACILITY CLASS    */
//* ENVIRONMENT ONLY, OTHERWISE, FACILITY CLASS PROFILES WILL BE */
//* USED FOR AUTHORIZATION CHECKING.)                            */
//****************************************************************/
//*
//EDITLOG EXEC PGM=ARCPEDIT
//ARCPRINT DD SYSOUT=*
//ARCLOG DD DSN=?UID.EDITLOG,DISP=SHR
/*
To send the edit log output to a data set, change ARCPRINT to:
Figure 2. Example JCL to Send Output to a Data Set
 
 //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