-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
priority-mediumShould be resolved in 1-3 sprintsShould be resolved in 1-3 sprintsseverity-mediumA bug where workaround exists or that doesn't prevent the usage of the Zowe or the use caseA bug where workaround exists or that doesn't prevent the usage of the Zowe or the use case
Description
Declare SQLCA and SQLDA implicitly, so all variables will be resolved.
See Programming Spec - page 127
exec sql include sqlca;
https://www.ibm.com/docs/en/db2-for-zos/12.0.0?topic=sqlca-included
exec sql include sqlda;
https://www.ibm.com/docs/en/db2-for-zos/12.0.0?topic=sqlda-included
Metadata
Metadata
Assignees
Labels
priority-mediumShould be resolved in 1-3 sprintsShould be resolved in 1-3 sprintsseverity-mediumA bug where workaround exists or that doesn't prevent the usage of the Zowe or the use caseA bug where workaround exists or that doesn't prevent the usage of the Zowe or the use case