Additional tools can be used to test XML and is
available for download here.
-
Type any
Project name you want to
create in the Project Name,
and then choose your share
scope.
-
Click on the
"New" button to create new
Project.
-
Verify that
a new Project has been
created.
-
Select the
project that has just been
created.
-
Type a new
study name such as "XML
Study" and click on the
"New" button.
-
Verify there
will be a new out library
created.
-
Click on the
[...] button next to Input
SAS Datasets selection.
-
Click on the
[...] button of the Library
entry.
-
Create the
following path if it does
not already exist.
c:\temp\definedoc\input
c:\temp\definedoc\source
-
Submit the
following program:
libname
testlib 'c:\temp\definedoc\input';
data testlib.shoes;
set sashelp.shoes;
run;
data testlib.company;
set sashelp.company;
run;
-
From the
library manager screen,
enter:
Library Name: INTEST
Path:
c:\temp\definedoc\input
-
Click on the
"Add" button.
-
Click on the
"Back"
button to close this screen.
-
Select
INTEST libname and select
"COMPANY" and "SHOES"
datasets.
-
Click on the
"OK" button.
-
Type
"C:\temp\define.xml" in
Output File.
-
Click on the
"Info" button to input the
general information.
-
Select 2
datasets above and click
on the "Generate" button.
-
Verify the "define.xml" created.
-
Navigate
back to the DefineDoc main
screen and click on the "Edit"
button.
-
Move to
"Value Level Metadata"
column and type "Yes" for
"Company.Level2" and "Shoes.Product".
-
Type "Depthead"
for "Company.Level5" and
"Region" for "Shoes.Stores".
-
Click on the
"OK"
button.
-
Click
on the "Generate" button.
-
Verify that
define.xml is created with
all the information of Value
Level Metadata.
For more information, please contact MXI
.