z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Migrate a DB2® Cluster to a Linear Data Set Cluster: Example 7

z/OS DFSMS Access Method Services Commands
SC23-6846-01

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