We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2f3a1 commit 14d314bCopy full SHA for 14d314b
endevor/Field-Developed-Programs/ISPF-tools-for-Quick-Edit-and-Endevor/PkgMaint.rex
@@ -23,7 +23,7 @@
23
/* 4 = table is open in SHARED NOWRITE mode in this logical screen*/
24
/* 5 = table is open in SHARED WRITE mode in this logical screen. */
25
/* */
26
- IF STATUS2 /= 2 THEN,
+ IF STATUS2 /= 2 & STATUS2 /= 3 & STATUS2 /= 4 then,
27
do
28
say "Must invoke PMAINT from a ",
29
"Package list Screen (C1SP0200)" ;
0 commit comments