1.

What Is The Purpose Of Disp Parameter?

Answer»
  • DISP parameter is USED for specifying the disposition of the data set.
  • The current STATUS of the data set is specified at
    1. The beginning of the step.
    2. The successful EXECUTION of the step.
    3. Abnormal execution of the step.
  • DISP is ASSIGNED for two dispositions ALONG with the status.
  • The notation of DISP is DISP = (Status, Normal Disposition, Abnormal Disposition).



Discussion

No Comment Found