MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Microfocus Cobol .....Netexpress.......

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
gbw
Beginner


Joined: 02 Dec 2002
Posts: 8
Topics: 7
Location: New Jersey

PostPosted: Fri Mar 14, 2003 4:42 pm    Post subject: Microfocus Cobol .....Netexpress....... Reply with quote

What is Netexpress?

What is the connection between Microfocus Cobol and Net express?

Can I see some Manual or Documentation for it?

Thanks.
Back to top
View user's profile Send private message
Venkata Ramana Reddy
Beginner


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Fri Mar 14, 2003 7:19 pm    Post subject: Reply with quote

Net Express(a Micro Focus Product )is a powerful development environment for creating PC, distributed, and Internet applications.

Using NetExpress & MicroFocus Cobol you develop Windows and Unix based applications.

For more details check this link

http://www.microfocus.com/products/netexpress/

Net Express Documentation :

http://supportline.microfocus.com/documentation/books/nx31sp1/nx31indx.htm
_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
Manas Biswal
Intermediate


Joined: 29 Nov 2002
Posts: 382
Topics: 27
Location: Chennai, India

PostPosted: Sun Mar 16, 2003 11:26 pm    Post subject: Reply with quote

Hi Venkata Ramana Reddy,

I still have the same query as gbw. I was also interested in Microfocus products some time back. I actually could not find the relationship between Microfocus COBOL and Net Express. Although, they are from the same company, how are they same or different?. Is it possible to have a license of only Microfocus COBOL (The compiler only) without the Net Express suite of products.
And what language does Net Express use?. Is it Microfocus COBOL or something else. Or is it some kind of a high level code generator where you don't need to actually code anything. If you are migrating legacy code to a more open system (like UNIX), is it completely automated by using Net Express?

Regards,
Manas
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
satjag
Beginner


Joined: 19 Dec 2002
Posts: 19
Topics: 2

PostPosted: Mon Mar 17, 2003 12:51 am    Post subject: Reply with quote

Hello all,

Net express is an IDE --- this provides a platform from which we can develop cobol programs and also create them as DLLs. I do not have in-depth knowledge on this , but I can explain the area which we used in one of my earlier projects -- we used a front-end of VB, a back-end of Oracle and a middle layer consisting of COBOL . The COBOL code was developed using MF Net Express and was converted into DLLs. The front-end VB will accept input values, call the necessary COBOL DLL , retrieves data from Oracle and puts it back in to the screen.MF COBOL is a variation of COBOL language -- this is used to develop code in the NetExpress platform.
Hope this helps, though it is not much...
_________________
Regards,
satjag
Back to top
View user's profile Send private message
raja1128
Beginner


Joined: 16 Jan 2007
Posts: 3
Topics: 1

PostPosted: Mon Feb 05, 2007 4:01 pm    Post subject: do any one has manual fo rmicro focus cobol Reply with quote

i wanted to know difference between usual cobol and MFcobol.
do any one has manual fo rmicro focus cobol?

thanking you in anticipation.
Raja
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Feb 05, 2007 10:29 pm    Post subject: Re: do any one has manual fo rmicro focus cobol Reply with quote

raja1128 wrote:
i wanted to know difference between usual cobol and MFcobol.
do any one has manual fo rmicro focus cobol?

thanking you in anticipation.
Raja


Raja,

1. COBOL is a generic term that's used to describe the programming language, the compilers, runtime libraries, the object code, etc., so this could be a variety of things. However, since your question seems oriented to compilers, I'm guessing you mean the original COBOL compilers from IBM, which were replaced by VS COBOL II.

The specific name for these compilers was the OS/VS COBOL Compiler and Library (5740-CB1). OS/VS COBOL is no longer supported by IBM (although equivalent runtime support can be accomplished through the use of Language Environment), and it only supported 16-bit addressing. It was quite cumbersome when it came to addressability, using a facility called BLL cells, and had other limitations.

2. VS COBOL II (5668-958) replaced OS/VS COBOL in the early to mid-eighties, and it provided 31-bit addressing as well as changing the language structure to make addressability easier through the use of pointers and other facilities. The migration was not transparent in most cases, though, and often some degree of application code modifications were required to upgrade to VS COBOL II.

VS COBOL II was replaced with COBOL for MVS & VM (5688-197), then COBOL for OS/390 & VM (5648-A25) and the current version of COBOL is called Enterprise COBOL for z/OS & OS/390 (5655-G53). Like OS/VS COBOL, VS COBOL II is no longer supported by IBM, and equivalent runtime capability is provided in Language Environment.

3. MFCOBOL is a generic term for the COBOL provided by MicroFocus through the use of compilers built into such products as Micro Focus Mainframe Express, Micro Focus Object COBOL Developer Suite, and Micro Focus Revolve. These products are much more than just compilers and libraries; they include a variety of development tools in addition, all packaged together. You cannot order MFCOBOL by itself.

In the case of the mainframe, these Micro Focus compilers provide equivalency with the IBM compilers mentioned above, but MFCOBOL is also used on other platforms such as UNIX, and MFCOBOL is also packaged into other vendors' products, such as Sun and Hewlitt Packard. IBM also has COBOL for other platforms, but they are separate products from the compilers mentioned above.


Source : http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci971646,00.html

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
raja1128
Beginner


Joined: 16 Jan 2007
Posts: 3
Topics: 1

PostPosted: Wed Feb 07, 2007 12:19 pm    Post subject: Reply with quote

thanks kolusu........
Back to top
View user's profile Send private message
vak255
Intermediate


Joined: 10 Sep 2004
Posts: 384
Topics: 79

PostPosted: Thu Feb 08, 2007 4:34 pm    Post subject: Reply with quote

Can I download a Trial version? anyone have a link for MF Mainframe express...
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Feb 08, 2007 5:24 pm    Post subject: Reply with quote

vak255 wrote:
Can I download a Trial version? anyone have a link for MF Mainframe express...


Did you try google?

http://www.microfocus.com/products/netexpress/

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group