Ask Your Question
0

WRITE STATEMENT IN PSSE V36 AND FLUSHING IT TO PSSE OUTPUT PROGRESS WINDOW

asked 2024-05-24 13:42:00 -0500

CPReddy gravatar image

updated 2024-05-24 13:43:12 -0500

I wrote the small piece of code in PSSE Ver36.6.0, but I don't see the statement in the PSSE Output window. Please help me resolve the issue.

WRITE(DBUF01,30) FRMBUS

CALL PROGRESS(DBUF01,1)

30 FORMAT(/6X,'REMOTE BRANCH FROM BUS', I6, ' NOT FOUND'/)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-05-25 13:49:47 -0500

perolofl gravatar image

There are two new line characters (/) in the format statement. Hence, it will write three lines. The second argument in the progress call shall then be 3 instead of 1!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2024-05-24 13:42:00 -0500

Seen: 39 times

Last updated: May 25