
Recorder History
11-2 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
Recorder History
Description BIM-EPIC Recorder Backup files 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 any specified time period.
To create a Recorder History dataset:
Step Action
1 Create a new Recorder History dataset using a tape-to-tape
copying utility, such as TSIDDTD. The Recorder Backup file
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
/*
/&
2 Combine the new Recorder Backup files into an existing
Recorder History dataset. The example below uses a sort
program. 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
/*
/&
Komentáře k této Příručce