Memorex LOCK - VERSION 2-24 Dokumentacja Strona 304

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 489
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 303
Printing Datasets (TSIDDMP)
8-20 User Reference
When SEL is specified, all SEL subparameters are required. SEL subparameters are identical
to FEOF subparameters (see above).
SKIP specifies the number of records to skip before beginning the copy operation.
UNLBL defines the input as an unlabeled uncontrolled tape dataset (not required if the dataset
is controlled).
The following job will dump the entire contents of a catalog-controlled disk dataset in hex
format. No control statements are required.
// JOB TSIDDMP DUMP DISK DATASET IN HEX
// DLBL INPUT,'input.data.set'
// EXEC TSIDDMP
/*
/&
The following will print the first 100 lines of a report file that has been routed to a controlled
tape dataset by using GDIUR.
// JOB TSIDDMP PRINT BLOCKED REPORT TAPE
// TLBL INPUT,'input.data.set'
// EXEC TSIDDMP
CTLCHAR,RECS=100
/*
/&
The following job prints a start track one disk dataset using an alternate DTF name, in
character-only format, with the position scale suppressed. Only records containing the
characters 10794 in positions 1-5 will be selected. End of file (and end of job) will be forced
as soon as high values are found in positions 7-9. Note that the record format, record size and
block size information is required for an uncataloged disk dataset.
// JOB TSIDDMP SELECTIVE DUMP OF S.T. 1 FILE
// DLBL TPDATA,'input.data.set'
// EXTENT SYS005,POOL01,1,0,1,300
// EXEC TSIDDMP
INNAME=TPDATA
RECFM=F,BLKSIZE=4000,LRECL=80
CHARONLY,NOSCALE
SEL=1,5,EQ,C,10794
FEOF=7,3,EQ,X,FFFFFF
/*
/&
Examples
Przeglądanie stron 303
1 2 ... 299 300 301 302 303 304 305 306 307 308 309 ... 488 489

Komentarze do niniejszej Instrukcji

Brak uwag