Show TOC

Function documentationMODIFYSCRIPT Syntax Locate this document in the navigation structure

 

Package objects (task, connection, step, global) have the following syntax:

OBJECT(TASKNAME,PROPERTY,VALUE)

Example Example

In the following example, the command assigns the value of IMPORT1.TXT as the file name during the import process.

TASK(EVIMPORT,FILENAME,IMPORT1.TXT)

End of the example.