z/OS DFSMStvs Administration Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Migrate a DB2® cluster to a linear data set cluster: Example 7

z/OS DFSMStvs Administration Guide
GC52-1388-00

In this example, ALTER is used to alter a DB2® cluster EXAMPLE.ABC01, to a linear data set cluster.
//DB2TOLDS  JOB    ...
//STEP1     EXEC PGM=IDCAMS
//SYSPRINT  DD   SYSOUT=A
//SYSIN     DD   *
     ALTER  -
            EXAMPLE.ABC01 -
            TYPE(LINEAR)
/*

The command's parameter TYPE(LINEAR) requests ALTER change the data set type from ESDS to LDS.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014