PCC-02450
        Cursor was not declared in scrollable mode
        
        
        Cause
        A cursor which was not DECLAREd in SCROLL mode was used in scrollable mode in the FETCH statement.
        Action
        Declare the cursor in scroll mode using the SCROLL keyword.
        
     
    
    
        PCC-02450
        Cursor was not declared in scrollable mode
        
        
        Cause
        A cursor which was not DECLAREd in SCROLL mode was used in scrollable mode in the FETCH statement.
        Action
        Declare the cursor in scroll mode using the SCROLL keyword.
        
     
    
    
        PCC-02450
        Cursor was not declared in scrollable mode
        
        
        Cause
        A cursor which was not DECLAREd in SCROLL mode was used in scrollable mode in the FETCH statement.
        Action
        Declare the cursor in scroll mode using the SCROLL keyword.