Steps

  1. Start a new SAS session.
  2. In the SAS Program Editor, select Filethen selectOpen Program, and then select CST_ODM/Programs/find_unsupported_tags.sas.
  3. Select Runthen selectSubmit.
    The program outputs to the SAS log and creates a readxmltags_results data set in the CST_ODM/results directory.
  4. Review the log to see whether there are any errors or warnings.
    There should be no errors or warnings.
  5. Review the readxmltags _results data set in the CST_ODM/results directory to ensure that the following conditions are met:
    Tip
    In the SAS Explorer, you can view it as readxmltags_results in the Results library.
    • The column labeled Process status (named _cst_rc) is 0 for all records.
    • The column named resultflag is 0 for eight records, and 1 for all other records.
    • The data set contains 28 records.
    • There are four records that contain checkid="ODM0900" and 16 records that contain checkid="ODM0901". For the ODM0900 check, the message indicates "Element found in XML file that is not present in CDISC ODM Model". For the ODM0901 check, the message indicates "Attribute found in XML file that is not present in CDISC ODM Model".
  6. Close the SAS session.