WRITE STATEMENT IN PSSE V36 AND FLUSHING IT TO PSSE OUTPUT PROGRESS WINDOW
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'/)