Skip to content

Commit

Permalink
Update QSHIFSSIZC.CLLE
Browse files Browse the repository at this point in the history
Fixed message file reference.
  • Loading branch information
richardschoen authored Jul 23, 2024
1 parent 82853cb commit 50331f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QSHIFSSIZC.CLLE
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ ERRORS:
CHGVAR VAR(&ALLOCDEC) VALUE(-2)

IF COND(&ESCONERROR *EQ *YES) THEN(DO)
SNDPGMMSG MSGID(CPF9898) MSGF(AQCPFMSG) MSGDTA('Error +
SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) MSGDTA('Error +
checking IFS file size for' |> &IFSFILE) +
TOPGMQ(*PRV) MSGTYPE(*ESCAPE)
ENDDO
IF COND(&ESCONERROR *NE *YES) THEN(DO)
SNDPGMMSG MSGID(CPF9898) MSGF(AQCPFMSG) MSGDTA('Error +
SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) MSGDTA('Error +
checking IFS file size for' |> &IFSFILE) +
TOPGMQ(*PRV) MSGTYPE(*DIAG)
ENDDO
Expand Down

0 comments on commit 50331f0

Please sign in to comment.