The DD * statement in JCL begins an in-stream dataset, meaning the data is included in the job input stream itself rather than in an external file. The data follows immediately after the DD * line and continues until a /* delimiter marks the end. This is commonly used for providing small amounts of input data directly within the JCL. Option A describes console prompting (which would be DD *. Option C ends data, not begins. Option D describes DD with wildcards, not DD *.