CREATE_MESSAGE_MODULE N=ttm$crete$us_english
" This module contains the help messages for create_test_environment.
CREATE_BRIEF_HELP_MESSAGE
  create_test_environment sets up variables, libraries and files for testing.
**
CREATE_FULL_HELP_MESSAGE
  This procedure sets up the environment for feature testing. It verifies
  the libraries and files used by CREATE_TEST_ENVIRONMENT or RUN_TESTS.
  Variables prefixed by ttv$ are added to the job variable list.
  The user's working catalog is set to $local.
  CRETE may be called repeatedly to change values or reset the test environment.
  Users can specify test procedure, binary and data files to test code.
  Examples:

  CRETE TOOL_LIBRARY=$USER.MY_VERSION_OF_TOOLS
    ( uses existing test procedures and binaries while allowing the user to
     check out either a new or altered tool)

  CRETE FTP=$USER.MY_PROCS FTB=$USER.MY_BINARIES LO=$USER.FAILED_TESTS
    ( allows the user to check out new tests before transmitting them and
      failed test logs are copied to a file)

  CRETE UC=$USER
    ( specifies that all tool, procedure, binary, data files, and names lists
     will be found in the $user catalog)
**
CREATE_PARAMETER_HELP_MESSAGE N=tool_library
Tool_library:
  Specifies the object library for the test tools.
**
CREATE_PARAMETER_HELP_MESSAGE N=feature_test_procedures
Feature_test_procedures:
  Specifies the object library for the tests.
**
CREATE_PARAMETER_HELP_MESSAGE N=feature_test_binary
Feature_test_binary
  The object library where the test binary code will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=feature_test_data
Feature_test_data
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=scu_test_procedures
Scu_test_procedures:
  Specifies the object library for the tests.
**
CREATE_PARAMETER_HELP_MESSAGE N=scu_test_binary
Scu_test_binary:
  The object library where the test binary code will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=scu_test_data
Scu_test_data:
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=cybil_test_procedures
Cybil_test_procedures:
  Specifies the object library for the tests.
**
CREATE_PARAMETER_HELP_MESSAGE N=cybil_test_binary
Cybil_test_binary:
  The object library where the test binary code will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=cybil_test_data
Cybil_test_data:
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=ocu_test_procedures
Ocu_test_procedures:
  Specifies the object library for the tests.
**
CREATE_PARAMETER_HELP_MESSAGE N=ocu_test_binary
Ocu_test_binary:
  The object library where the test binary code will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=ocu_test_data
Ocu_test_data:
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=product_set_test_data
Product_set_test_data:
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=system_test_procedures
System_test_procedures:
  Specifies the object library for the tests.
**
CREATE_PARAMETER_HELP_MESSAGE N=system_test_binary
System_test_binary:
  The object library where the test binary code will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=system_test_data
System_test_data:
  The source library where the test data will be found.
**
CREATE_PARAMETER_HELP_MESSAGE N=use_catalog
Use_catalog:
  The catalog to prefix the path of the test files used by CRETE.
**
CREATE_PARAMETER_HELP_MESSAGE N=results_file
Results_file:
  Specifies the file to which tests will send their results.
**
CREATE_PARAMETER_HELP_MESSAGE N=password_suffix
Password_suffix:
  A suffix that can be used by tests that have a password.
**
CREATE_PARAMETER_HELP_MESSAGE N=product_set_version
Product_set_version:
  The build level of the product set. ( not used )
**
CREATE_PARAMETER_HELP_MESSAGE N=tape_vsn
Tape_vsn:
  A tape vsn used by tape tests to load and unload tapes.
**
CREATE_PARAMETER_HELP_MESSAGE N=remote_family
Remote_family:
  The family name used by NAM/VE tests to communicate with a remote mainframe.
**
CREATE_PARAMETER_HELP_MESSAGE N=cybil_path
Cybil_path:
  An alternate cybil compiler to be added to the command list.
**
CREATE_PARAMETER_HELP_MESSAGE N=log_option
Log_option:
  Default prints failed test logs, filename saves logs.
**
END_MESSAGE_MODULE
