Software AG Products 2.4.1 | Reference Guide | Default Statements | Detailed Syntax | @APOS
 
@APOS
The @APOS statement is used to control the generation of text constants by Adabas Pre-Compiler.
The syntax of the statement is as follows:
Syntax of the apos statement
The default is YES, which means that all text constants are generated with a single apostrophe.
@APOS NO specifies to Adabas Pre-Compiler that text constants are to be generated with double quotes. It is used especially by COBOL users who have their program written with double quotes and use the compiler option QUOTE.