peter.kinne
29-09-11, 08:44
Hallo zusammen,
ich habe ein CL-Programm, dass im Dialog aufgerufen wird.
Der Inhalt ist in etwa:
sndpgmmsg cpf9897 txt(PGM_A läuft) typ(*status)
call pgm_a
sndpgmmsg cpf9897 txt(PGM_B läuft) typ(*status)
call pgm_b
sndpgmmsg cpf9897 txt(PGM_C läuft) typ(*status)
call pgm_c
endpgm
Leider werden die Statusmeldungen nicht während der Vearbeitung ausgegeben, sondern alle zum Schluß, wenn das Programm komplett fertig ist
Wir möchten damit den Anwender informieren, was gerade passiert.
Es geht doch auch anders???
Gruß
Peter
ich habe ein CL-Programm, dass im Dialog aufgerufen wird.
Der Inhalt ist in etwa:
sndpgmmsg cpf9897 txt(PGM_A läuft) typ(*status)
call pgm_a
sndpgmmsg cpf9897 txt(PGM_B läuft) typ(*status)
call pgm_b
sndpgmmsg cpf9897 txt(PGM_C läuft) typ(*status)
call pgm_c
endpgm
Leider werden die Statusmeldungen nicht während der Vearbeitung ausgegeben, sondern alle zum Schluß, wenn das Programm komplett fertig ist
Wir möchten damit den Anwender informieren, was gerade passiert.
Es geht doch auch anders???
Gruß
Peter