beautypg.com

Class definition statement file syntax diagrams – IBM Enterprise Console User Manual

Page 173

background image

Class Definition Statement File Syntax Diagrams

This section describes the syntax for statements allowed within a CDS file. The
syntax is shown in BNF-like notation where the vertical bar (|) character
represents alternatives, and optional parts are contained within braces ({}).

*

* FILE CONTENT

*/

::= | /* empty */

::=

|

::=

|

/*

* MAP_DEFAULT STATEMENT

*/

::=

MAP DEFAULT

END

::=

|

::=

’=’ ’;’

| ’=’ ’;’

::+
/*

* CLASS STATEMENT

*/

::=

CLASS

{ SELECT

}

{ FETCH

}

{

MAP

}

END

::+

*DISCARD*

|

/*

* SELECT STATEMENT

*/

::=

|

::=

’:’

{

’,’

}

{

’,’

}

’;’

|

’:’ ’=’ ’;"

|

’:’ ’=’ ’;’

::=

ATTR ’(’ ’,’ ’)’

Appendix C. Class Definition Statement File Reference

161