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

Formatting the write statements

Former Member
0 Likes
344

i need to write 5 statements tgther and rest 3 togther

used at difft places in my program

how do i formatit?

Please let me know?

2 REPLIES 2
Read only

Former Member
0 Likes
324

what is ur exact problem.

use write statement to write all the statements.

for this declare a variable f length 1000.

concatenate all 5 statments into this variable and use write statment using this variable.

for others also do the same logic.

Read only

Former Member
0 Likes
324

Hi,

Your problem is not clear enough. Wat do u want? Is it that you have 5 statements to be displayed togather in a block and rest three in separate bunch? you said ur statements come from different locations in the program. In that case you can declare certain header titles at certain coloum positions. As and when u get ur statements to be displayed then write the same usin 'WRITE UNDER <HEADING>' statement.

Hope it helps you.

Reward points if helpfull.