Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Events

Former Member
0 Likes
605

Hi,

WHat will happen,if we write the statement 'WRITE' in the START-OF-SELECTION statement?

Thanks

Rame

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Hi,

It will Write the same on the output screen when the program processing finishes.

Just do F1 on any keywords to find out what it does.

Regards,

Atish

6 REPLIES 6
Read only

Former Member
0 Likes
588

Hi,

It will Write the same on the output screen when the program processing finishes.

Just do F1 on any keywords to find out what it does.

Regards,

Atish

Read only

Former Member
0 Likes
587

just it will write in the final output.

but before it will check any write statement in the top-of-page

if is ther then that will be trigger first,

after start-of-selection event.

Read only

Former Member
0 Likes
587

Hi,

Generally write will display the value.But thing is when first write statement occurs TOP-OF-PAGE event will execute(If exist in coding for heading of the output) .

Pls. reward if useful...

Read only

prasanth_kasturi
Active Contributor
0 Likes
587

it just prints the wirte staatement.

if you have written a top-of-page event then it will be output first and then your write statement

Read only

Former Member
0 Likes
587

Hi Ramesh,

It displays the output screen with content in that write statement.But thing is when first write statement occurs TOP-OF-PAGE event will execute( If write statement exist in the top-of-page event then it will output first and then start-of-selection write will execute next)

Plz rewards points if useful,

Thanks & regards,

Ganesh..

Read only

Former Member
0 Likes
587

Hi,

If we put wriie statement in SOS it displays output.

All write statement outputs appers in output depends on in which evet u write ur statements.

ex:

sos

write :'A'.

TOP-of-page

write' my first report"

output is: my first report.

A.