Previous Topic: PL/I ExampleNext Topic: Assembler Example


C Example

 //option dd *
 cbsio=0
 isolevel=c
  language=c
 plnclose=t
 prty=7
 sqlmode=ansi
 timemin=0
 msgprec=d
 /*

Note: The option specification language=c is a comment because it is indented. Also note that in the C language the case is important, that is to say, using upper case causes errors.