Memorex LOCK - VERSION 2-24 Información técnica Pagina 335

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 568
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 334
Using Concatenating Datasets
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
7-67
In the following example, all versions of DAILY.TRANS are read with
one open. For input with different dataset names, request concatenation
explicitly. You must specify the version number of each version to be
read in the DSN parameter. Specify a ddname only on the first statement.
* //INPUT1 DD DSN='DAILY.TRANS',DISP=(OLD,KEEP)
The following example concatenates versions 1 through 4 of the
DAILY.TRANS dataset and version 1 of the DAILY.DEP dataset.
* //INPUT1 DD DSN='DAILY.TRANS(3)',DISP=(OLD,KEEP)
* // DD DSN='DAILY.TRANS(2)',DISP=(OLD,KEEP)
* // DD DSN='DAILY.TRANS(1)',DISP=(OLD,KEEP)
* // DD DSN='DAILY.TRANS(0)',DISP=(OLD,KEEP)
* // DD DSN='DAILY.DEP(0)'DISP=(OLD,KEEP)
// EXEC PROGRAM
Vista de pagina 334
1 2 ... 330 331 332 333 334 335 336 337 338 339 340 ... 567 568

Comentarios a estos manuales

Sin comentarios