Purusothaman Ramanujam

Purusothaman Ramanujam

Personal Blog

20 Jan 2012

Dummy VSM Dataset in JCL

In general we use DUMMY datasets in JCL instead of a actual file for some requirements.

But how can we specify dummy VSAM dataset in a JCL?

The parameter AMP=‘AMORG’ tells the OS to treat the file as VSAM file.

//NOVSAMIO DD DUMMY,AMP=‘AMORG’

Categories