View previous topic :: View next topic
|
Author |
Message |
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 37 Location: Trivandrum
|
|
|
|
Hello all,
Can anybody explain the use of declaratives in cobol and also the type of declaratives . If possible with an example .
regards,
Hari. |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Declaratives provide special section that are executed when
an exceptional condition occurs. They must be grouped
together and coded at the beginning of procedure division
and the entire procedure division must be divided into
sections.
Take a look at the following link for more details.
Enterprise COBOL for z/OS and OS/390 Language Reference
Page 226
Hope this helps
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
|