View previous topic :: View next topic |
Author |
Message |
mfuser Banned
Joined: 01 Mar 2005 Posts: 105 Topics: 58
|
Posted: Mon Dec 26, 2005 7:17 am Post subject: line to start from a new page |
|
|
Hi All,
In a PLI Program ,I want to start a line on a new page at the starting everytime i want to write ,just like as we do in COBOL 'AFTER ADVANCING PAGE'
WRITE REPORT-REC FROM REPORT-VAR AFTER ADVANCING PAGE.
How can we acheive this in PLI ? Can anybody guide me ?
I am having the statement WRITE FILE (OUT) FROM (REPORT-VAR) ?
Similary if i want to remove line which is set to be written on a new page to a normal display ,what would be the syntax and how do i do that ? |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Mon Dec 26, 2005 7:44 am Post subject: |
|
|
Search for PUT SKIP PAGE. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
|
|