View previous topic :: View next topic
|
Author |
Message |
cobolunni
Active User
Joined: 07 Aug 2006 Posts: 127 Location: kerala,india
|
|
|
|
William Thompson wrote: |
Regarding mainframe COBOL and SQL:
SQL is a set of statements , which is converted to COBOL format after some syntax checking-- That is translating. |
SQL never converted to COBOL format, its converted to a separate binary format and using cobol CALL statement we are calling that binary package |
|
Back to top |
|
|
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
cobolunni wrote: |
SQL never converted to COBOL format, its converted to a separate binary format and using cobol CALL statement we are calling that binary package |
Right, the API....That is what the translated SQL code in the COBOL program accesses via the COBOL CALL verb.
It almost sounds like you are beginning to understand.... |
|
Back to top |
|
|
|