Multiple choice technology mainframe

Can I specify dummy VSAM dataset with AMP = 'AMORG' in a JCL?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AMP='AMORG' specifies that the dataset is an organization (dummy) dataset, not an actual VSAM dataset. This allows defining a VSAM dataset in JCL without allocating actual space, useful for testing or when the dataset will be created dynamically.