Previous Topic: C ExampleNext Topic: Using the Execution Parameters Method in PL/I, C, and Assembler


Assembler Example

 //OPTION DD *
 LANGUAGE=ASM
 SQLMODE=DATACOM
 CBSIO=0
 isolevel=c
  language=asm
 plnclose=t
 PRTY=7
 sqlmode=ansi
 TIMEMIN=0
 msgprec=d
 /*

Note: The option specification language=asm is a comment because it is indented. Also note that case is not important.