Skip to content

Commit 14d314b

Browse files
committed
Update PkgMaint.rex
Fixed to include additional STATUS2 values
1 parent 6f2f3a1 commit 14d314b

File tree

1 file changed

+1
-1
lines changed
  • endevor/Field-Developed-Programs/ISPF-tools-for-Quick-Edit-and-Endevor

1 file changed

+1
-1
lines changed

endevor/Field-Developed-Programs/ISPF-tools-for-Quick-Edit-and-Endevor/PkgMaint.rex

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/* 4 = table is open in SHARED NOWRITE mode in this logical screen*/
2424
/* 5 = table is open in SHARED WRITE mode in this logical screen. */
2525
/* */
26-
IF STATUS2 /= 2 THEN,
26+
IF STATUS2 /= 2 & STATUS2 /= 3 & STATUS2 /= 4 then,
2727
do
2828
say "Must invoke PMAINT from a ",
2929
"Package list Screen (C1SP0200)" ;

0 commit comments

Comments
 (0)