Quick Search
The Quick Search screen is used to locate variable dependencies across files and program variables. You can control the scope of the search, tracking depth, and call hierarchy using the available search parameters.
Search Fields
| Field | Type | Description |
|---|---|---|
| Variable | Text (Max: 50) | Enter the variable name to search. This is the primary search parameter used to locate variable dependencies. |
| Type | Drop-down | Specifies the type of variable search to perform. Values: - F – Search only File Fields. - V – Search only Program Variables. - A – Search both File Fields and Program Variables. |
| Object | Text (Max: 10) | Specify the file/object name. This is primarily used when searching for the dependency of a specific field in a specific file. When using this option, provide the Variable name, set Type to F, and specify the file name here. |
| Level Number | Numeric (Max: 10 digits) | Specifies the maximum cascaded dependency tracking level. The search follows variable dependencies up to the specified level. |
| Call Level | Numeric (Max: 10 digits) | Specifies the maximum program or procedure call depth to follow when the located variable is passed as a parameter during program or procedure calls. |
| Procedure Level Tracking | Checkbox | Enables procedure-level dependency tracking during the search. |
| Key Value | Text (Max: 64) | Optional search key used to further filter the search results. |
Control Dependency Tracking
- Level Number determines the maximum number of cascaded dependency levels to follow.
- Call Level determines the maximum depth for tracking variables passed as parameters across program or procedure calls.
- Enable Procedure Level Tracking to include dependency tracking within procedures.