Memorex LOCK - VERSION 2-24 Especificaciones Pagina 344

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 489
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 343
Recorder History Dataset
11-2 User Reference
Recorder History Dataset
Recorder File backups can be used to create job activity reports. For example, you may want
to combine daily backups into a single Recorder History dataset. You can create a new
Recorder History dataset weekly, monthly, or for whatever time period you wish.
Create a new Recorder History dataset, using a tape-to-tape copying utility such as TSIDDTD.
The Recorder backup format is fixed-blocked, with a record length of 338 and a block size of
5746.
// JOB INITIALIZE RECORDER HISTORY FILE
// TLBL INPUT,'DAILY.RECORDER'
// TLBL OUTPUT,'RECORDER.HISTORY'
// EXEC TSIDDTD
/*
/&
Combine the new Recorder File backups into an existing Recorder History dataset. The
example below uses a sort program, but you can use whatever mechanism you prefer.
// JOB MERGE VSE RECORDER FILES
// TLBL SORTIN1,'VSE.DAILY.BACKUP',,,,,,2
// TLBL SORTIN2,'VSE.MNTHLY.BACKUP',,,,,,2
// TLBL SORTOUT,'VSE.MNTHLY.BACKUP',,,,,,2
// DLBL SORTWK1,’===.SORTWK1’
// EXTENT SYS004
// EXEC TSIDSRT
SORT FIELDS=(25,2,A,21,6,A,17,4,A),FILES=2,FORMAT=BI
RECORD TYPE=F,LENGTH=338
INPFIL BLKSIZE=5746
OUTFIL BLKSIZE=5746
OPTION PRINT=ALL
END
/*
/&
Description
Step 1
Step 2
Vista de pagina 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 488 489

Comentarios a estos manuales

Sin comentarios