Previous Topic: DBUREND - End Interface/TableNext Topic: Program Compilation, Link-Edit and Execution


Example

In the following Assembler example, note that DBURINF, DBURSTR, DBUREND, and END begin in column 10. The continuation character X is in column 72.

        TITLE 'DBSBTPR -- BATCH SQL URT'
        DBURINF                                                        X
           URTABLE=ASM,                                                X
           OPEN=DB
        DBURSTR                                                        X
           MULTUSE=YES,                                                X
           TXNUNDO=YES
        DBUREND                                                        X
           DBSQL=YES,                                                  X
           USRINFO=SQL-BAT-URT
        END