To submit SQL statements in the Interactive SQL Service Facility:
The source member is saved by CA Datacom Datadictionary in a Virtual Library System (VLS) member. The name of the VLS library is specified in the System Resource Table parameter DDOLSQL= (in the DDSYSTBL macro). See the CA Datacom/DB Database and System Administration Guide.
You can optionally display, copy, modify, execute, and delete your source members through menu and panel selections or command line commands.
Note: You can put comment lines in your source member. Two dashes (--) indicate that the line is a comment. These two dashes must be in column one and two on the input line. Comment lines are included in the final tally of records within the member using the statement "number of records read is...," but they are not regarded as SQL statements. Blank lines can be used as separator lines. As with comment lines, blank lines are counted in the final record count but ignored as statements.
Note: A COMMIT WORK command is implied, in CICS, by a transaction boundary (that is to say, from EXECUTE to display of results is a single transaction). A ROLLBACK WORK is implied, in all environments, by a negative SQL return code (in the format -nnn) on any SQL statement in the member being executed. The COMMIT WORK and ROLLBACK WORK commands can be placed in a source member to be executed, if necessary.
|
Copyright © 2014 CA.
All rights reserved.
|
|