
Sample FATAR: Dump Header Information on "Outside" Tape
If you have any questions about the content of this page, please contact Requests for clarification
//jobname JOB account info
/*JOBPARM L=99
//STEP1 EXEC PGM=FATAR
//SYSPRINT DD SYSOUT=A
//TAPESUMM DD SYSOUT=A
//SYSUDUMP DD SYSOUT=A
//TAPEIN DD DISP=(OLD,PASS),
// UNIT=TAPEx, <=== x is 'C' or '90'
// VOL=SER=vvvvvv, <=== 6 character volume number
// LABEL=(,BLP,EXPDT=98000)
//SYSIN DD *
ANALYZE
/*
The above example will give file, dsn, blksize information written on the tape.