Ansicht
Dokumentation

CPD7C9C - Error in line &4: Invalid LEAVE or ITERATE. ( OS/400 )

CPD7C9C - Error in line &4: Invalid LEAVE or ITERATE. ( OS/400 )

BAL Application Log Documentation   CPI1466 during Backup  
This documentation is copyright by IBM.
SAP E-Book


Message : CPD7C9C
Error in line &4: Invalid LEAVE or ITERATE.

Message Long Text :

Cause . . . . . : The language processor found a LEAVE or ITERATE instruction that was not valid. The instruction was not valid due to one of the following:
-- No loop was active.
-- The name specified on the instruction did not match the control variable of any active loop.
Note that internal routine calls and the INTERPRET instruction protect DO loops by making them no longer active. For example, a LEAVE instruction in a subroutine cannot affect a DO loop in the calling routine.
You can cause this message to be sent if you use the SIGNAL instruction to transfer control within or into a DO loop. A SIGNAL instruction ends all active loops, and any ITERATE or LEAVE instruction issued then would cause this message to be issued.
Recovery . . . : Do one of the following, and try the request again:
-- Ensure that you have specified the name of a currently active loop variable.
-- Ensure that the ITERATE or LEAVE instruction is correctly used within an active loop.
-- Ensure that you have not used the SIGNAL instruction to transfer control within or into a loop.

Message File : QCPFMSG
Library Message File : QSYS2924


General Material Data   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by IBM.

Length: 3239 Date: 20240328 Time: 231945     sap01-206 ( 3 ms )