Multiple choice technology mainframe Syntax for "CRTDATE" CRTDATE=(date) CRTDATE=(date1,date2) All the above 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.