‎2008 Apr 04 12:41 AM
Hi,
WHat will happen,if we write the statement 'WRITE' in the START-OF-SELECTION statement?
Thanks
Rame
‎2008 Apr 04 2:27 AM
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
‎2008 Apr 04 2:27 AM
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
‎2008 Apr 04 3:15 AM
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.
‎2008 Apr 04 4:13 AM
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...
‎2008 Apr 04 5:09 AM
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
‎2008 Apr 04 5:31 AM
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..
‎2008 Apr 04 5:34 AM
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.