🎴 Flashcard Mode
JCL and XML Programming Languages Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
How can an in-stream dataset be terminated?
AnswerClick to flip back
A
/*
💡 Explanation:
In-stream data is terminated with /* in JCL. This delimiter marks the end of data following a SYSIN * or SYSUT1 * DD statement. // starts JCL statements, //* is for comments, and //** is not valid JCL syntax.