To open the wizard, complete the following steps:
The CICS® generated program allows only a VSAM data set to be specified; only KSDS, ESDS, and RRDS are supported. QSAM is not supported. The generated CICS application allows both input and output against the specified data set.

| QSAM | KSDS | ESDS | RRDS | |
|---|---|---|---|---|
| Input | Organization is SEQUENTIAL; Access mode is SEQUENTIAL. | Organization is INDEXED; Access mode is DYNAMIC. | Organization is SEQUENTIAL; Access mode is SEQUENTIAL. | Organization is RELATIVE; Access mode is DYNAMIC. |
| Output | Organization is SEQUENTIAL; Access mode is SEQUENTIAL. | Organization is INDEXED; Access mode is RANDOM. | Organization is SEQUENTIAL; Access mode is SEQUENTIAL. | Organization is RELATIVE; Access mode is DYNAMIC. |
