Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What features are not supported in NetCOBOL for .NET?

features netcobol supported
0
Posted

What features are not supported in NetCOBOL for .NET?

0

The following are limitations in this version: • The SCREEN SECTION is not supported. Your NetCOBOL for .NET applications should use Windows Forms or Web Forms for interfacing with your users. • The COBOL REPORT WRITER module is not supported. • TYPEDEF STRONG is not supported. • ENTRY statements are not supported. Code that relies on ENTRY points should be restructured so that each separate ENTRY point becomes a method. • ALTER statements are not supported. ALTER was declared obsolete in the 1985 COBOL standard. • A GO TO statement without a procedure name (used as the target of an ALTER statement) is not supported. • The “STOP literal” statement, which would display a message to an operator and pause execution pending a response, is not supported.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123