 |
The Question is:
I tried to create a detached process using $CREPRC with the option
PRC$M_PARSE_EXPANDED for stsflg parameter. When I compiled this code, it gives
me the compiler warning
%CC-E-UNDECLARED, In this statement, "PRC$M_PARSE_EXPANDED" is not declared.
I read from the doc that this feature is there only from vms 7.3 but still it
fails to compile. Could you please let me know what could be the problem or
if I have install any OS patches to get it to work.
Thanks,
Kannan.
The Answer is :
The OpenVMS Wizard would expect that the inclusion of the prcdef.h
header file would be sufficient.
|