Ansicht
Dokumentation

CPD7C8A - Error in line &4: Unexpected or unmatched END. ( OS/400 )

CPD7C8A - Error in line &4: Unexpected or unmatched END. ( OS/400 )

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by IBM.
SAP E-Book


Message : CPD7C8A
Error in line &4: Unexpected or unmatched END.

Message Long Text :

Cause . . . . . : One of the following occurred:
-- You have more END keywords than DO and SELECT instructions in your program.
-- You have not correctly placed the END keywords in the program so that they match the DO and SELECT instructions.
-- You used the SIGNAL instruction to attempt to jump into the middle of a loop. Since the previous DO instruction from the top of the loop will not have been run, the END keyword is not expected.
-- You specified a loop variable on an END keyword and the loop variable does not match the loop variable used on the DO instruction.
Recovery . . . : Do one of the following, and try the request again:
-- Ensure that the proper number of END keywords are in your program.
-- Ensure that the proper placement of END keywords are in your program.
-- Do not use the SIGNAL instruction as a means of program branching.
-- Ensure that you specify the correct loop variable on the END keyword.

Message File : QCPFMSG
Library Message File : QSYS2924


Addresses (Business Address Services)   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by IBM.

Length: 3244 Date: 20240329 Time: 075202     sap01-206 ( 3 ms )