You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,15 +150,16 @@ You can use OPS/REXX LS to issue the following OPS/MVS commands:
150
150
-`Disable Rule` - Disables a selected rule.
151
151
-`Execute Program` - Executes a selected OPS/REXX program using your default OPS/MVS subsystem.
152
152
-`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.
153
154
154
155
With a data set that contains OPS/REXX rules open in the Zowe Explorer sidebar, to issue OPS/MVS commands:
155
156
1. Right-click the data set member that contains the OPS/REXX rule or program in the Zowe Explorer sidebar.
156
157
2. Select the command from the OPS/REXX menu.
157
158
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`).
159
160
160
161
> **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.
162
163
163
164
After a command is issued, the VS Code window displays a status message. If a command fails, a detailed error message displays.
164
165
@@ -168,12 +169,26 @@ The right-click menu provides quick access to OPS/MVS commands from the Zowe Exp
168
169
169
170

170
171
171
-
**Issue the Execute Program with Parameters Command**
172
+
**Issue the Execute Program with Parameters Command**ok
172
173
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.
174
175
175
176

176
177
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
+

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
+

189
+
190
+
> **Tip**
191
+
> To select a different OPSLOG to search, select **OPS/MVS: Search OPSLOG Records > Search Settings > Log Name**.
0 commit comments