InquireCSVAttributes

Makes inquiries of CSV Attributes in workfiles.

Required parameters

JOBSTEP resource

Parameter Key Value Type Parameter Description
jobName Alphanumeric string The job name. Maximum length for strings is 10.
jobOwner Alphanumeric string

The owner of the job in the appropriate format. For example, in Windows, the format might be: DOMAIN\user

Maximum length for strings is 10.

jobStepKey Alphanumeric string The job name. Maximum length for strings is 10.
jobStepNumber Integer

The job step number this CSV data belongs to.

productLine Integer

The productline of the job step. Maximum length for strings is 14.

token Alphanumeric string

The token of job step this CSV data belongs to.

Maximum length for strings is 10.

Optional parameters

JOBSTEP resource

Parameter Key Value Type Parameter Description
jobStepDescription Alphanumeric string Describes the job step. Maximum length for string is 30.
jobStepParameters Alphanumeric string

Additional parameters needed for the job step. Maximum length for strings is 2000.

workFilePath Alphanumeric string

Path where workfile is located.

Maximum length for strings is 60.

jobStepTranSize Integer

Tran size of the job step. If the job step is an application type, this value defaults to 50 if the job's program is Update is true. Otherwise, value is 0.

machineName Alphanumeric string

The machine name of job step where CSV workfiles belong to. Maximum length for strings is10.

intRptServer Integer

The value of interpretive server of the job step where CSV workfiles belong to.

dataArea Alphanumeric string The data area where the attachment is stored. Maximum length for strings is 14
jobStepType Fixed values The type of job step. Fixed values are application, universe, user, and menu.

XML request format

This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes.

<JOBSTEP jobOwner="XXX" jobName="XXX" jobStepNumber="XXX" jobStepKey="XXX" jobStepType="XXX" jobStepDescription="XXX" productLine="XXX" dataArea="XXX" token="XXX" workFilePath="" jobStepTranSize="XXX" machineName="XXX" intRptServer="XXX" />