Option 3 from the ISPF main menu verifies that the DIM is mapped and presents the screen shown in Figure 1.
----------------------- CICS VT create migration jobs ----------------------- Command ===> _________________________________________________________________ DIM name : VIDKSDS VSAM data set cluster : appl.vsam.cluster___________________________ Migration JCL library : appl.VIDKSDS.migrate________________________ Migration data sets prefix : appl.VIDKSDS.temp_____ Migration DB2 load cards : appl.VIDKSDS.syspunch_______________________ SUBMIT or EDIT JCL : S____ Job card statement: //mig210 JOB VT,CLASS=a,MSGCLASS=a,NOTIFY=mytsoid________________________ //WHERESMY JCLLIB ORDER=cvt210.SVIDCNFG.cust______________________ ________________________________________________________________________ ________________________________________________________________________ Press Enter to continue, PF3 to Exit or PF1 for Help Help
Supply the names of the output data sets that the automated data migration facility generates. The field descriptions are as follows:
Field | Description |
---|---|
VSAM data set cluster | If the file to be migrated was manually mapped, you must provide the name of the VSAM data set base cluster. If you mapped the DIM using automated mapping, this field displays the name of the data set you specified in the first step of the mapping. You can change the data set name if required. |
Migration JCL library | This is a new output library created by the data migration utility containing various JCL and control information members. Specify the full data set name without quotes. Consider including the DIM in the data set name. |
Migration data sets prefix | This defines the prefix for the transient data sets used during the data migration process. The maximum length of this parameter is 26 characters. Consider including the DIM in the data set name. |
Migration DB2 load cards | This new sequential data set contains the input statement to the DB2 load utility. Consider including the DIM in the data set name. |
SUBMIT or EDIT JCL | Specify either S(ubmit) or E(dit). If you specify EDIT, you must submit the generated job manually. |