|
因为user执行import.prog这个concurrent program是shell写成的
1. shell 不能去check interface table 所以不知道有没有成功import
My problem: 如果shell call 4th procedure 做 check
怎么把 4th 结果传回shell,让shell用 exit 2
来 show error 呢?
ps.因为procedure 4如果用 retcode = 1 要show error 会有错
所以才会想要回到主档,由import.prog 用exit 2 show error |
|