PCC-02443
        This usage is only valid when DYNAMIC=ANSI is specified
        
        
        Cause
        One of the following statements was used without specifying a DYNAMIC=ANSI command line option setting o EXEC SQL ALLOCATE/DEALLOCATE/GET/SET DESCRIPTOR o EXEC SQL DESCRIBE OUTPUT/INPUT ... USING ... descriptor o EXEC SQL EXECUTE ... INTO ... o EXEC SQL EXECUTE ... USING ... descriptor o EXEC SQL OPEN ... INTO ... o EXEC SQL OPEN ... USING ... descriptor
        Action
        Specify DYNAMIC=ANSI or remove statements like those above from the program.
        
     
    
    
        PCC-02443
        This usage is only valid when DYNAMIC=ANSI is specified
        
        
        Cause
        One of the following statements was used without specifying a DYNAMIC=ANSI command line option setting o EXEC SQL ALLOCATE/DEALLOCATE/GET/SET DESCRIPTOR o EXEC SQL DESCRIBE OUTPUT/INPUT ... USING ... descriptor o EXEC SQL EXECUTE ... INTO ... o EXEC SQL EXECUTE ... USING ... descriptor o EXEC SQL OPEN ... INTO ... o EXEC SQL OPEN ... USING ... descriptor
        Action
        Specify DYNAMIC=ANSI or remove statements like those above from the program.
        
     
    
    
        PCC-02443
        This usage is only valid when DYNAMIC=ANSI is specified
        
        
        Cause
        One of the following statements was used without specifying a DYNAMIC=ANSI command line option setting o EXEC SQL ALLOCATE/DEALLOCATE/GET/SET DESCRIPTOR o EXEC SQL DESCRIBE OUTPUT/INPUT ... USING ... descriptor o EXEC SQL EXECUTE ... INTO ... o EXEC SQL EXECUTE ... USING ... descriptor o EXEC SQL OPEN ... INTO ... o EXEC SQL OPEN ... USING ... descriptor
        Action
        Specify DYNAMIC=ANSI or remove statements like those above from the program.