‎2008 Mar 07 1:57 PM
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?
‎2008 Mar 07 1:59 PM
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.
‎2008 Mar 07 2:35 PM
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.