CICS 1 ERROR
If the RESP of the CICS command is equal to "1", then it's meaning is ERROR. Check the operation carefully.
			
Default Action - The task gets terminated abnormally.
| Command | RESP | RESP2 | Reason, Deafult Action & Solution | 
|---|---|---|---|
| WRITEQ TD | 1 | Reason - This error occurs for an error that does not raise any other condition. Solution - The error scenario might not be handled in the application program. Debug the program to find the issue and handle the error scenario. | 
