answersLogoWhite

0

Find about microfocus Cobol at below link

http://www.applicationporting.org/2013/05/what-is-micro-focus-cobol.html#.UaLwfaIwfMk

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the difference between MF Cobol and Mainframe Cobol?

It depends on the target platform. If you want to use MF COBOL on the mainframe then the answer is none, MF supports the mainframe as a target by using MF EEE. You write and unit test the code on the PC and then send the source off to the mainframe for compilation and final testing.


What has the author Mark W Smith written?

Mark W. Smith has written: 'The Official Handbook of the Vast Right-Wing Conspiracy 2008' 'The Official Handbook of the Vast Right-Wing Conspiracy 2006' 'Using Micro Focus Cobol workbench' -- subject(s): COBOL (Computer program language), Micro Focus Workbench, Microcomputers, Programming


When was Micro Focus International created?

Micro Focus International was created in 1976.


What has the author Leona Roen written?

Leona Roen has written: 'Using Micro Focus COBOL Workbench' -- subject(s): COBOL (Computer program language), Microcomputers, Micro Focus Workbench, Programming


What is the population of Micro Focus International?

The population of Micro Focus International is 2,011.


What has the author Hal R Powell written?

Hal R. Powell has written: 'NPS MICRO-COBOL' -- subject(s): Computer science


Is COBOL an application program?

No, COBOL is a programming language.


What has the author Andreas S Philippakis written?

Andreas S. Philippakis has written: 'The new COBOL' -- subject(s): COBOL (Computer program language) 'Comprehensive COBOL' -- subject(s): COBOL (Computer program language) 'Information systems through COBOL' -- subject(s): COBOL (Computer program language), Management information systems 'COBOL for business applications' -- subject(s): COBOL (Computer program language)


What level analyzes focus on small group communication?

Micro


Who is known as the mother of Cobol?

Grace Hopper is known as the Mother of Cobol.


What inspired COBOL?

can you tell me what inspired Dr Hooper to invent COBOL


What is the difference between cobol-74 and cobol-85?

COBOL-85 is a later version of COBOL language. COBOL-85 also known as VS COBOL-II provides more features than COBOL-74. Some of the features of COBOL-85 are: 1. In COBOL-85 we can use following delimiters such as END-IF, END-PERFORM,END-STRING,etc. 2. We can use EVALUATE verb in place of complex IF structures. 3. CALL statement can pass variables by CONTENT and BY reference. In COBOL-74 we can only use pass by reference. 4. A new verb CONTINUE is introduced in order to over come the limitations of NEXT SENTENCE verb. 5. COBOL - 85 supports 32 bit addressing mode. UR'S Rj