🎴 Flashcard Mode
Mainframe COBOL, JCL and VSAM Programming Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Can I specify dummy VSAM dataset with AMP = 'AMORG' in a JCL?
AnswerClick to flip back
A
True
💡 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.