Description:
When doing a migration strategy that includes the DDL for a database, it is necessary to save the DDL to a GDG dataset.
Solution:
This process can be accomplished in a few steps:
//DDLFILE DD DISP=(NEW,CATLG,DELETE),SPACE=(CYL,(5,10),RLSE),// DCB=(LRECL=080,BLKSIZE=26800,RECFM=FB),// DSN=gdg dataset name(+1) <======== replace with GDG name