Previous Topic: Export Clusters to Different TapesNext Topic: Export using SAVECOMP


Export to a Sequential File

The following control statements export one cluster to a sequential file. You do not need to include the //FVRCAT statement in the JCL.

EXPORT
CLUSTER
CL=MIS.AP200T  OUTDD=AP200

To perform this export, you must also add these statements to the JCL:

//AP200 DD DSN=AP200T,UNIT=SYSDA,DISP=(,CATLG),
//         DCB=(RECFM=FB,LRECL=200,BLKSIZE=1000),
//         SPACE=(CYL,(50,5))