Skip to content

Commit cd6807f

Browse files
Update README.md
1 parent cbaf1e6 commit cd6807f

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,16 @@ You can use OPS/REXX LS to issue the following OPS/MVS commands:
150150
- `Disable Rule` - Disables a selected rule.
151151
- `Execute Program` - Executes a selected OPS/REXX program using your default OPS/MVS subsystem.
152152
- `Execute Program with Parameters` - Executes an OPS/REXX program that you choose by typing parameters into an input form.
153+
- `Search OPSLOG Records` - Provides a table of OPSLOG records that match your specified search parameters.
153154

154155
With a data set that contains OPS/REXX rules open in the Zowe Explorer sidebar, to issue OPS/MVS commands:
155156
1. Right-click the data set member that contains the OPS/REXX rule or program in the Zowe Explorer sidebar.
156157
2. Select the command from the OPS/REXX menu.
157158

158-
You can also issue commands for an open OPS/REXX rule or program by using the VS Code Command Pallet (`Ctrl+Shift+P`).
159+
You can also issue commands for an open OPS/REXX rule or program by using the VS Code Command Palette (`Ctrl+Shift+P`).
159160

160161
> **Tip**
161-
> You can use the **OPS/MVS: Execute Program with Parameters** command from the VS Code Command Palette regardless of which file is currently open and can be accessed using the keyboard shortcut `Ctrl+Shift+E`.
162+
> You can use the keyboard shortcut `Ctrl+Shift+E` to issue the **OPS/MVS: Execute Program with Parameters** command from the VS Code Command Palette regardless of which file is currently open.
162163
163164
After a command is issued, the VS Code window displays a status message. If a command fails, a detailed error message displays.
164165

@@ -168,12 +169,26 @@ The right-click menu provides quick access to OPS/MVS commands from the Zowe Exp
168169

169170
![OPS/MVS: Enable Rule with Right Click](docs/images/gifs/enable-rule-rc.gif)
170171

171-
**Issue the Execute Program with Parameters Command**
172+
**Issue the Execute Program with Parameters Command**ok
172173

173-
Use the Command Pallet to execute OPS/MVS programs that require parameter input.
174+
Use the Command Palette to execute OPS/MVS programs that require parameter input.
174175

175176
![OPS/MVS: Execute Program with Parameters using key binding](docs/images/gifs/execute-program-w-param-hotkey.gif)
176177

178+
**Search OPSLOG Records**
179+
180+
Use the **OPS/MVS: Search OPSLOG Records** command to search the live OPSLOG.
181+
182+
You can specify parameters to search for specific text in the OPSLOG.
183+
184+
![OPS/MVS: Search OPSLOG Records with search term](docs/images/gifs/opslog-search-term.gif)
185+
186+
If you select **Submit Search** without specifying parameters, you can browse the most recent records or the oldest records from the specified OPSLOG.
187+
188+
![OPS/MVS: Search OPSLOG Records without search term](docs/images/gifs/opslog-search-empty.gif)
189+
190+
> **Tip**
191+
> To select a different OPSLOG to search, select **OPS/MVS: Search OPSLOG Records > Search Settings > Log Name**.
177192
---
178193

179194
### OPS/MVS Automation Samples

0 commit comments

Comments
 (0)