Separate DD statements for each cluster being exported are not required. You need only supply SYSIN, SYSOUT, and tape DDs. The following sample shows the required and optional JCL for EXPORT:
JOB jobname //EXPORT EXEC PGM=GVEXPORT //STEPLIB DD DSN=faver.loadlib //SYSPRINT DD SYSOUT=class //SYSUDUMP DD SYSOUT=class //DSSMSGDD DD SYSOUT=class //OUTDD DD DSN=output.data set //FVROUT0 DD DSN=output.data set //FVROUT1 DD DSN=output.data set //FVRDBRC DD DSN=recovery.file //TRENDS DD DSN=history.file //MCDS DD DSN=mcds.data set.name //mctlist DD DSN=mcat.file //SYSIN DD *|DSN=read.data set|PDS member
|
Copyright © 2011 CA.
All rights reserved.
|
|