Execution.GetFileGlobals
- Updated2025-07-21
- 1 minute(s) read
Execution.GetFileGlobals
Syntax
Execution.GetFileGlobals( sequenceFileParam)
Return Value
Returns a PropertyObject that contains the file globals for the particular sequence file you pass as the sequenceFileParam parameter. It returns the run-time copy of the file globals. If a run-time copy has not yet been created, a new one is created and returned.
Purpose
Gets the run-time copy of the sequence file globals for a particular execution and sequence file.
Remarks
Sequence file globals are per execution and per sequence. All steps in a particular sequence file within a particular execution share the same copy of the sequence file globals at run time.
Parameters
sequenceFileParam As SequenceFile
[In] Specifies the sequence file that contains the file globals you want returned.