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


HSMLOG

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

HSMLOG helps you maintain and monitor the DFSMShsm environment. HSMLOG contains a job that prints the DFSMShsm log. Refer to Figure 1 for an example listing of the HSMLOG member.

Figure 1. Example Listing of Member HSMLOG
//HSMLOG   JOB ?JOBPARM                                            
//*                                                                
//****************************************************************/
//*         THIS SAMPLE JOB PRINTS THE DFSMSHSM LOG              */
//*                                                              */
//* REPLACE THE ?UID VARIABLE IN THE FOLLOWING SAMPLE JOB WITH   */
//* THE NAME OF THE DFSMSHSM -AUTHORIZED USERID (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.)                    */
//****************************************************************/
//*                                                                
//PRINTLOG EXEC PGM=ARCPRLOG                                       
//ARCPRINT DD SYSOUT=*                                             
//ARCLOG DD DSN=?UID.HSMLOGY1,DISP=OLD                             
//ARCEDIT DD DSN=?UID.EDITLOG,DISP=OLD                             
//*                                                                
//EMPTYLOG EXEC PGM=IEBGENER                                       
//SYSPRINT DD SYSOUT=*                                             
//SYSIN DD DUMMY                                                   
//SYSUT2 DD DSN=?UID.HSMLOGY1,DISP=OLD                             
//SYSUT1 DD DUMMY,DCB=(?UID.HSMLOGY1)                              
/*                                                                 
Note: Do not compress the log data set used as input to the ARCPRLOG program. The log data set is created with RECFM=F but is opened by ARCPRLOG for update with RECFM=U, which is not allowed for compressed data sets.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014