ERROR | statement string in string is NULL or 0 length |
CAUSE | The program attempted to use a dynamic statement string that was either NULL or 0 length. |
ACTION | Check the program logic and ensure that the dynamic statement string is properly initialized. |
ERROR | statement string in string is NULL or 0 length |
CAUSE | The program attempted to use a dynamic statement string that was either NULL or 0 length. |
ACTION | Check the program logic and ensure that the dynamic statement string is properly initialized. |