EXEC SQL
COMMENT ON RWCSQL.ORDL1 (
ABABCD IS ‘Order code’
,ABADCD IS ‘Customer code’
,ABACTX IS ‘Customer name’
,ABABST IS ‘Order status’
,ABABDT IS ‘Order date’
)
END-EXEC
EXEC SQL
LABEL ON TABLE RWCSQL.ORDL IS
‘Orders Retr’
END-EXEC
EXEC SQL
CREATE UNIQUE INDEX RWCSQL.ORDL1I ON RWCSQL.ORDP
(ABABCD ASC
)
END-EXEC
The optional extended SQL naming feature assigns longer, more meaningful names as follows:
The CA 2E generators map special characters as shown in the following table.
|
Special Character in Model |
Mapped to in the SQL Name |
|
|---|---|---|
|
~ ! ‘ % & * ( ) { } | " \ / < > = - + : ; . , ? [ ] ยข blank |
Underscore ( _ )
|
|
|
|
||
|
|
||
|
|
||
|
Lowercase letters |
Uppercase letters |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |