Multiple choice technology mainframe What are the correct values for the DSN parameter of a temporary data set? &NAME&(TEMP) &&TEMP(NAME) &&NAME &NAME Reveal answer Fill a bubble to check yourself B,C Correct answer Explanation In JCL, temporary datasets are prefixed with a double ampersand (&&). The format &&NAME represents a sequential temporary dataset, and &&TEMP(NAME) represents a member of a partitioned temporary dataset.