🎴 Flashcard Mode

IBM Mainframe: Natural, ADABAS, and JCL Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How is the record format of an output dataset specified?

AnswerClick to flip back
A
RECFM parameter
💡 Explanation:

The RECFM parameter specifies the record format for datasets in JCL. Common values include F (fixed), FB (fixed blocked), V (variable), VB (variable blocked). RECORG is for VSAM datasets, STORCLAS is for storage class, and RECFM is the correct parameter for record format specification.

Change Mode