PROCEDURE setDataSet.
DEFINE INPUT PARAMETER dsHdl AS HANDLE.
DEFINE INPUT PARAMETER schemaLocation AS CHARACTER.
DEFINE INPUT PARAMETER writeSchema AS LOGICAL.
Applies to
Message objects
Notes
The handle parameter must be a handle to a valid DataSet.
The schema parameters specify the schema information and are passed directly to the WRITE-XML method. Specifying an Unknown value (?) for any of the schema parameters will result in the use of the default value for that parameter.
The DataSetMessage is converted to an XMLMessage using the WRITE-XML method and setLongText procedure.