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

DSIPCPageProps

Returns the size (in KB) of the Send/Receive buffer of an IPC (or Web Service) stage.

Syntax

Result = DSGetIPCStageProps (JobName, StageName)
or
Call DSGetIPCStageProps (Result, JobName, StageName)

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.

StageName is the name of an IPC stage in the specified job for which information is required. If StageName does not exist, or is not an IPC stage within JobName, Result will be set to an empty string.

Result is an array containing the following fields:

Example

The following returns the size and timeout of the stage "IPC1" in the job "testjob":

buffersize = DSGetIPCStageProps (testjob, IPC1)

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

Update timestamp Last updated: 2010-09-30