Checking resource definitions

Before installing groups AAA1 and AAA2, you can check them by using the CHECK command. This ensures that all transactions have access to their related programs, that terminal definitions have access to their related typeterm definitions, and so on.

  1. Overtype the command to read:
    CHECK GROUP(AAA1)
    This should result in the message:
    W PROGRAM CCC1 referenced by TRANSACTION DDD1 in group AAA2
      cannot be found
    This is because when you moved transaction DDD1, you did not also move its related program, CCC1.
    Note: You will not see this message if you have autoinstall programs active. If autoinstall programs is active, CEDA assumes that the program will be installed at execution time and does not check the program definitions.
  2. You can remedy this by using the COPY command:
    COPY PROGRAM(CCC1) G(AAA1) TO G(AAA1)
    If you repeat the CHECK command on both groups, there should be no more error messages.
  3. Press PF3 to exit CEDA and clear the screen.