Skip to content

ddCreateDataSet (Array Creation & Manipulation)

Compatible with:
  • Purpose
  • This command can be used to create a new Dataset in memory with a name as provided in 'Target' with structure that follows the Data Definition named in 'Value'.Status of the Data Definition can be optionally passed along with the name of the Data Definition. Allowed values for Status are 'W' and 'A'.If not passed, status of the Data Definition is assumed to be W for WIP.
  • Syntax
  • ddCreateDataset(datasetName, dataDefinitionName(status))
  • Target
  • datasetName - Name of the Dataset.
  • Value
  • dataDefinitionName(status) - Name of Existing Data Definition with status.
  • Return Value
  • Dataset in memory with data loaded to the memory structure.

Example(s):

Click here to see the example


 

Feedback and Knowledge Base