Ask Your Question
0

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

asked May 24 '4

CPReddy gravatar image

updated May 24 '4

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'/)

1 answer

Sort by » oldest newest most voted
0

answered May 25 '4

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!

link

Comments

Thanks for your response. I should put the statement below. CALL PROGRESS(DBUF01,2)

CPReddy gravatar imageCPReddy (Jul 21 '4)

No, it should be: CALL PROGRESS(DBUF01,3)

perolofl gravatar imageperolofl (Nov 6 '4)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: May 24 '4

Seen: 124 times

Last updated: May 25 '24