Multiple choice technology mainframe

Syntax for "CRTDATE"

  1. CRTDATE=(date)

  2. CRTDATE=(date1,date2)

  3. All the above

  4. None of the above

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

CRTDATE in JCL can accept either a single date (CRTDATE=(date)) or a date range (CRTDATE=(date1,date2)). Both syntaxes are valid, so 'All the above' is the correct answer. This parameter is used for selection based on creation date.