MSHP History for COBOL/XE in VSE
search cancel

MSHP History for COBOL/XE in VSE

book

Article ID: 56027

calendar_today

Updated On:

Products

COBOL/XE

Issue/Introduction

MSHP History for COBOL/XE in VSE

Environment

Release:
Component: COBOLX

Resolution

The following sample JCL can be used to create the Maintain System History Program (MSHP) history file for COBOL/XE VSE:

* $$ JOB JNM=jobname,...                                               
// JOB jobname                                                           
// DLBL    IJSYSHF,'your.cobolxe.history.file',99/365                
// EXTENT  ...                                                       
// EXEC    MSHP,SIZE=700K                                            
   CREATE  HISTORY SYSTEM                                           
   PERSONALIZE   'your name'      -                             
   ADDRESS     = 'your address'   -                             
   PHONE       = 'your phone'     -                             
   PROGRAMMER  = 'COBOL/XE 3.0'   -                             
   ENVIRONMENT = 'VSE'                                             
   ARCHIVE 0202-CA-CXE-VS1                                           
   ARCHIVE CXEVS1                                                    
   COMPRISES   0202-CA-CXE 
   RESOLVES 'COBOLX 3.0 VSE'                                          
   RESIDENCE PRODUCT=CXEVS1          -                          
           PRODUCTION=cobolx.sublib  -                          
           GENERATION=cobolx.sublib                             
/*                                                                   
/&                                                                   
* $$ EOJ    

For additional information on MSHP, please refer to the IBM VSE/ESA System Control Statements manuals

Contribute Your Ideas

If you have a tried and true technique that you would like to share with the COBOL/XE community as a published article, please contact COBOL/XE Technical Support.