Operating System - OpenVMS
1757897 Members
2816 Online
108866 Solutions
New Discussion

Porting VAX Basic code to itanium

 
Ramondo
Advisor

Re: Porting VAX Basic code to itanium

Sorry, you may get it to compile programs with ERLs by putting just one line number in, but you would never get the ERL condition to be true as it would always be 1 (in my example).

The best option as explained above is to replace ERL checks with code that uses WHEN ERROR blocks.


Re: Porting VAX Basic code to itanium

Thanks it was of good help