UpdateCSVAttributes

Updates the CSV attributes in a workfile.

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 step key this CSV data belongs to.
jobStepNumber Integer The job step number this CSV data belongs to.
productLine Integer

The productline of the job step to be listed. Maximum length of strings is 14.

token Alphanumeric string

The token of job step this CSV data belongs to.

Maximum length for strings is 10.

jobStepType Fixed values The type of job step. Fixed values are application, universe, user, and menu.
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.

Maximum length for strings is 10.

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.
CSVATTRIBUTES resource
Parameter Key Value Type Parameter Description
workFileName Alphanumeric string The name of the workfile for this job step. Maximum length for strings is 10.

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 jobStepParameters="XXX" productLine="XXX" dataArea="XXX" token="XXX" workFilePath="XXX" jobStepTranSize="XXX" machineName="" intRptServer="XXX" >

<CSVATTRIBUTES jobOwner="XXX" jobName="XXX" jobStepNumber="XXX" jobStepKey="XXX" productLine="XXX" systemCode="XXX" programCode="XXX" workFileName="XXX" workFilePath="XXX" miscOpts="XXX" pcFileName="" jobStepWrkType="XXX" usage="XXX" fileHeader="XXX" xltHeader="XXX" fieldSeparator="XXX" dateFormat="XXX" dateSeparator="XXX" timeSeparator="XXX" decimalSeparator="XXX" thousandSeparator="XXX" quoteCharacter="XXX" fileTerminator="XXX" lineTerminator="XXX" autoDownload="XXX" />

</JOBSTEP>