Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COBOL--->HTML suggestions?

Status
Not open for further replies.

japes89

IS-IT--Management
Oct 1, 2002
63
0
0
US
I have a fiend whos company uses MAPPER and COBOL which currently reside on a
Clearpath mainframe. one of the systems is about 175,000 lines of code and
the other is just over 300,000. they are under direction to get these
systems to an NT environment ( I am suggesting 2000 ) . Their objective is not to add or change
functionality at this time, but instead to give the system user a web
interface to work with - as they say it, put a pretty face on an ugly
system. Ultimately, they will be moving these sytems to yet another
architecture/platform, but they don't know what that is yet. they just know
that the immediate step is an interim step.

Has anyone ever tackled one like this?

even if you haven't, are there any challenges/hurdles/questions that spring
to mind?

Thank you

JP

_______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
 
It's Microfocus, one word not two words. Southern California Gas Company used Microfocus COBOL under OS/2 to access CICS on the mainframe. Their programs run around 500k lines.
 
Why not just script the data to a web page a mainframe can be an HTML Server??


If you do not like my post feel free to point out your opinion or my errors.
 
Well, isn't the usual output from these types of systems a DAT file? Basically a simple ascii file? These can be modified via XML right?
How would you use the Mainframe as a webserver?

_______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
 
I used to work for a company in Irvine, CA, that does this sort of thing for their clients. The company name is Administrative Headquarters. Their phone number is (949) 475-1085. They may be able to point you in the right direction.
 
The company is called Microfocus, okay. Their product is called Net Express.
When you invite a sales rep., he/she can demonstrate quick & easy how to write/generate cobol programs which run on your web-server.
 
In starting a project like this.....presenting COBOL data to a web interface, are there any challenges/hurdles/questions that spring
to mind?

Thank you

JP

_______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
 
What is interesting is to use architectural concepts. Make the program independent of the screen-handling. Create one screen-handler. Create an independent layer for business-rules. Create an independent layer for data-access. Create a service-layer between subsystems. Later on, changing the user-interface is only changing the screen-handler by an other program. More info at Zachman and Gartner.

Regards,

Crox
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top