Information icon IBM InfoSphere DataStage and InfoSphere QualityStage, Version 8.5
space Feedback

DSGetStagesTypes

Returns a field mark delimited string of all active and passive stage types that exist within a named job.

Syntax

Result = DSGetStageTypes(JobName )
or
Call DSGetStageTypes(Result, JobName )

JobName is the name of the job in the current project for which information is required. If JobName does not exist in the current project, Result will be set to an empty string.

Result is a sorted, field mark delimited string of stage types within JobName.

Example

The following returns a list of all the types of stage in the job "testjob":

stagetypelist = DSGetStagesOfType (testjob)

PDFThis topic is also in the IBM InfoSphere DataStage Programmer's Guide.

Update timestamp Last updated: 2010-09-30