CHANGE Command Syntax: C[HANGE] sepchar old [sepchar [new [sepchar]]] CHANGE Command Examples: 3* WHERE offer_status IS IN (‘ACTIVE’, ‘EXPIRED’) CHANGE /ACTIVE/NO_ACTIVE/ 3* WHERE offer_status IS IN (‘NO_ACTIVE’) CHANGE /(…)/(‘YES_ACTIVE’)/...
BTITLE Command Syntax: BTI[TLE] [printspec [text|variable] …] [ON|OFF] printspec can be one or more of the next clauses: COL n , CE[NTER] , R[IGHT] , LE[FT] , S[KIP] [n] , TAB n , BOLD , FORMAT text BTITLE Command Examples: BTITLE...
BREAK Command Syntax: BRE[AK] [ON report_element [action [action]]] report_element – {column|expr|ROW|REPORT} action – [SKI[P] n|[SKI[P]] PAGE][NODUP[LICATES]|DUP[LICATES]] The command BREAK determines: – Dividing lines into sections and suppressing duplicate values; – Insert a blank line every time the value of a column...
ATTRIBUTE Command Syntax: ATTRIBUTE [type_name.attribute_name [option …]] option can be one of the clauses: ALI[AS] alias CLE[AR] FOR[MAT] format LIKE {type_name.attribute_name|alias} ON|OFF ATTRIBUTE Command Examples: ATTRIBUTE CUSTOMER_TYPE.NAME FORMAT A20 ATTRIBUTE CUSTOMER_TYPE.AMOUNT FORMAT $9,999,990.99...