Need a full 'MAP' of all the DSN on a tape when running the FAVER2 MAP
search cancel

Need a full 'MAP' of all the DSN on a tape when running the FAVER2 MAP

book

Article ID: 46255

calendar_today

Updated On:

Products

FAVER VSAM Data Protection

Issue/Introduction

Running the following job and the FAVER2 MAP program only shows one DSN.  The TLBL is truncated to 17 char.  
 
/ JOB GVMAP2                                
*  ASSGN SYS001,702                          
// ASSGN SYSLST,SYS007                       
// TLBL COPYIN,'DSN.NAME.20151201'
// EXEC FAVER2,SIZE=AUTO                     
   MAP                                       

There are multiple files on the TAPE

 

Environment

Component: FAVER2

Resolution

Yes, there is a 17 char limit on the TLBL.

When there are multiple DSNs on a tape, a TLBL for each DSN must be present for each one.

// JOB GVMAP2                                

*  ASSGN SYS001,702                          
// ASSGN SYSLST,SYS007                       
// TLBL COPYIN,'DSN.NAME.20151101,W'
// TLBL COPYIN,'DSN.NAME.20151201,W'
// EXEC FAVER2,SIZE=AUTO                     
   MAP