userSource Function (GPL)

Syntax

userSource(id("source name"), <function>)

"source name". The name of the data source as defined by the application that is calling GPL. For example, if you were using GPL with IBM® SPSS® Statistics GGRAPH syntax, the source name is the name as defined in the DATASET subcommand.

<function>. One or more valid functions. These are optional.

Description

Reads the contents of a data source that an IBM Corp. application passes to GPL.

Examples

Figure 1. Example: Reading a userSource
SOURCE: mydata = userSource(id("graphdataset"))