Multiple choice technology mainframe

If you submit a program in a DCCS project what would be its library.

  1. PROD

  2. TEST

  3. PREP

  4. None of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When you submit a program in a DCCS project, it initially goes to the PREP (preparation) library. The PREP library is where programs are stored before being promoted to TEST for testing, and eventually to PROD for production deployment. This staging approach ensures proper testing and deployment workflows.