Multiple choice technology mainframe We can code instream data in a PROC. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Instream data cannot be coded directly in a PROC. PROCs are for defining JCL structures, while instream data requires DD statements like SYSIN with * or DATA. The actual data is supplied when the PROC is executed in a job step.