<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sqlines.com/feed.php">
        <title>SQLines Tools migration:embedded-sql-and-api</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-24T02:32:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/migration/embedded-sql-and-api/cobol?rev=1293192277&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://sqlines.com/</link>
        <url>https://sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sqlines.com/migration/embedded-sql-and-api/cobol?rev=1293192277&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-24T12:04:37+00:00</dc:date>
        <title>Embedded SQL in COBOL Applications - Assessment and Migration</title>
        <link>https://sqlines.com/migration/embedded-sql-and-api/cobol?rev=1293192277&amp;do=diff</link>
        <description>COBOL applications can access databases using embedded SQL statements. Each SQL statement in a COBOL program begins with EXEC SQL and ends with END-EXEC.

For example: 


 EXEC SQL
   -- SQL statement here
 END-EXEC.


Between the EXEC SQL and END-EXEC statements, you can use SQL statements only, COBOL statements are not allowed within this block.</description>
    </item>
</rdf:RDF>
