Performing a Selective unload of a report OM Web Viewer 12.1
search cancel

Performing a Selective unload of a report OM Web Viewer 12.1

book

Article ID: 378331

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

To further troubleshoot a problem with a report in View

Environment

  • Output Management Web Viewer 12.1
  • View®
  • Output Management View® for z/OS
  • OM View for z

Resolution

Template SELECTIVE UNLOAD JCL is below  (please modify appropriately):

//XXXXXXXX JOB ...                                                
//SARDBASE EXEC PGM=SARDBASE,PARM='VIEW_HLQ'  <=== MODIFY DB NAME 
//STEPLIB  DD  DISP=SHR,DSN=VIEW.CVDELOAD     <=== MODIFY, IF USED
//SYSPRINT DD  SYSOUT=*                                           
//*********************************************                   
//*  USE THE FOLLOWING SARUNLTB STATEMENT IF  *                   
//*  YOU ARE DOING A "SELECTIVE" UNLOAD       *                   
//*********************************************                   
//SARUNLTB DD  *                                                  
S=<sysoutid> ADATE=03/14/2017                                  
/*                                                                
//SARUNLD  DD  DISP=(,CATLG,DELETE),                              
//             DSN=XXXXXX.XXXXXX.SARSLUND,                        
//             DCB=(RECFM=VB,LRECL=32756,BLKSIZE=32760),          
//             SPACE=(CYL,(NNN,NN),RLSE),                         
//             UNIT=XXXX,VOL=SER=YYYYYY
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *       
UNLOAD                
/*                    
//      

             
For more information about SELCTIVE UNLOAD please see View - SARDBASE UNLOAD/LOAD Questions.