Script Elements for Data Sequences
You can use scripts to create, modify and retrieve data sequences for line-by-line processing.
Create and Modify Data Sequences
-
:CLOSE_PROCESS
Discards a data sequence within a script -
:PROCESS... :TERM_PROCESS... :ENDPROCESS
Defines a loop for line-by-line processing of a data sequence -
CREATE_PROCESS
Creates a new data sequence -
PUT_PROCESS_LINE
Adds a line to the data sequence -
SAVE_PROCESS
Stores the data sequence -
WRITE_PROCESS
Writes the content of a data sequence to a file -
XML_DOM_TO_PROCESS
Creates a data sequence based on an XML document -
XML_PROCESS_TO_DOM
Creates an XML document from a data sequence
Retrieve Data Sequences
-
GET_PROCESS_INFO
Retrieves information of a data sequence -
GET_PROCESS_LINE
Returns the content of the current line of a data sequence -
LOAD_PROCESS
Loads a stored data sequence -
PREP_PROCESS
Returns a data sequence containing console output triggered by an Event object -
PREP_PROCESS_AGENTGROUP
Returns a data sequence containing the Agents from an Agent Group object -
PREP_PROCESS_COMMENTS
Returns a data sequence containing the details of a task comment -
PREP_PROCESS_DOCU
Returns a data sequence containing the content of a Documentation page -
PREP_PROCESS_FILE
Returns content of a text file available on a particular computer line by line as a data sequence -
PREP_PROCESS_FILENAME
Returns a list of file names from a specified directory as a data sequence -
PREP_PROCESS_PROMPTSET
Returns a data sequence containing the definition of a PromptSet object -
PREP_PROCESS_REPORT
Returns a data sequence containing report lines of an executable object -
PREP_PROCESS_REPORTLIST
Returns a data sequence that lists registered output of Jobs that have executed -
PREP_PROCESS_VAR and PREP_PROCESS_VAR_XML
Returns a data sequence that lists VARA object values