Skip to content

Commit 4cc692f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/output-management/web-viewer/downloader/multi-758a14afa6
2 parents c220acc + 0a1c2b2 commit 4cc692f

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

Lines changed: 1 addition & 1 deletion
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)