| Author |
Message |
gixcng
New User
Joined: 26 Oct 2007 Posts: 15 Location: chennai
|
|
|
|
hi everyone,
may i know how these differ:
1. perform <para>
2.perform <section>
3.go to <section>
thank u |
|
| Back to top |
|
 |
References
|
Posted: Mon Nov 12, 2007 4:15 pm Post subject: Re: what is the difference between a section and a paragraph? |
 |
|
|
 |
Moved: Mon Nov 12, 2007 4:18 pm by William Thompson From Mainframe COBOL to Interview Questions |
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1467 Location: Bangalore,India
|
|
|
|
Gayathri,
Refer manual before posting -
| Quote: |
o If procedure-name-1 is a paragraph name and procedure-name-2 is not
specified, the return is made after the execution of the last
statement of the procedure-name-1 paragraph.
o If procedure-name-1 is a section name and procedure-name-2 is not
specified, the return is made after the execution of the last
statement of the last paragraph in the procedure-name-1 section.
|
|
|
| Back to top |
|
 |
gixcng
New User
Joined: 26 Oct 2007 Posts: 15 Location: chennai
|
|
|
|
murali,
thank you.i would do that hereafter.
iam a new user and i have not looked at various study text
present here.
thank you |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1001 Location: At my desk
|
|
|
|
Helpful.....
6.2.27.1 "Language Reference" IBM Library Server
# If procedure-name-1 is a paragraph name and procedure-name-2 is not specified, the return is made after the execution of the last statement of the procedure-name-1 paragraph.
# If procedure-name-1 is a section name and procedure-name-2 is not specified, the return is made after the execution of the last statement of the last paragraph in the procedure-name-1 section.
# If procedure-name-2 is specified and it is a paragraph name, the return is made after the execution of the last statement of the procedure-name-2 paragraph.
# If procedure-name-2 is specified and it is a section name, the return is made after the execution of the last statement of the last paragraph in the procedure-name-2 section. |
|
| Back to top |
|
 |
|
|