17 lines
566 B
Markdown
17 lines
566 B
Markdown
# AS400 Utiliz Results
|
|
|
|
---
|
|
## Macro Definition
|
|
| Action | Arguments | Condition |
|
|
|--------|-----------|-----------|
|
|
| SetWarnings | 0 | - |
|
|
| OpenQuery | Util Make Select 3; 0; 1 | - |
|
|
| SetWarnings | -1 | - |
|
|
## What it does
|
|
- **SetWarnings**: Enables or disables system warnings (e.g., confirmation dialogs for actions).
|
|
- **Arguments**: 0
|
|
- **OpenQuery**: Runs a specified query in the database.
|
|
- **Arguments**: Util Make Select 3; 0; 1
|
|
- **SetWarnings**: Enables or disables system warnings (e.g., confirmation dialogs for actions).
|
|
- **Arguments**: -1
|