37 lines
713 B
HTML
37 lines
713 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
1 DECLARE
|
|
1 DCL
|
|
2 <i>variable-name</i>
|
|
2 (
|
|
2.1+ ,
|
|
2.1 <i>variable-name</i>
|
|
2.2 )
|
|
3.0 BINARY
|
|
3.0 BIN
|
|
3.1 FIXED
|
|
3.1.1? ( <i>precision</i> )
|
|
3.1 FLOAT
|
|
3.1.1? ( <i>precision</i> )
|
|
3.0 DECIMAL
|
|
3.0 DEC
|
|
3.1 FIXED
|
|
3.1.1? ( <i>precision</i>
|
|
3.1.1.1? <i>,scale</i>
|
|
3.1.1.2 )
|
|
3.1 FLOAT
|
|
3.1.1? ( <i>precision</i> )
|
|
3 PICTURE <i>picture-string</i>
|
|
4? <i>Alignment and/or Scope and/or Storage</i>
|
|
5 ;
|
|
|
|
</pre>
|
|
</body>
|
|
</html>
|