Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Is Unisys Cobol to IBM cobol a big leap?
How difficult for a Unisys C74 programmer to acclimate to IBM?

Report this thread to moderator Post Follow-up to this message
Old Post
Jack Benny
11-24-04 01:55 AM


Re: Is Unisys Cobol to IBM cobol a big leap?
..    On  23.11.04
wrote  pkline@ltdXspamXcommodities.com (Jack Benny)
on  /COMP/LANG/COBOL
in  95p6q0pe79vqkbqf9qa1fs1lh0dugagccu@4ax.com
about  Is Unisys Cobol to IBM cobol a big leap?


JB> How difficult for a Unisys C74 programmer to acclimate to IBM?

MCP or OS/2200?

Anyway, you would perhaps encounter some strange IBM-extensions to
COBOL, but it should not be to big a change, as far as COBOL itself is
concerned.

But transaction processing with CICS, database interfaces etc have
probably bigger differences to, say, TIP/HVTIP/MCB/DPS or DMS/2200 and
RDMS, to speak of the OS/2200-side.

Different are of course things like job control language and
editors, which have to be learned.


Yours,
Lüko Willms                                     http://www.willms-edv.de
/--------- L.WILLMS@jpberlin.de -- Alle Rechte vorbehalten --

Ängstlich zu sinnen und zu denken, was man hätte tun können, ist das Übelste
, was man tun _kann_. -G.C.Lichtenberg

Report this thread to moderator Post Follow-up to this message
Old Post
Lueko Willms
11-24-04 01:55 AM


Re: Is Unisys Cobol to IBM cobol a big leap?
Here in comp.lang.cobol,
l.willms@jpberlin.de (Lueko Willms) spake unto us, saying:

>JB> How difficult for a Unisys C74 programmer to acclimate to IBM?
>
>   MCP or OS/2200?

I've written COBOL74 on both, and the two languages are quite similar.

Now, CANDE and UEDIT have a few differences...  :-)

--
-Rich Steiner >>>---> http://www.visi.com/~rsteiner >>>---> Smyrna, GA USA
OS/2 + eCS + Linux + Win95 + DOS + PC/GEOS + Executor = PC Hobbyist Heaven!
WARNING: I've seen FIELDATA FORTRAN V and I know how to use it!
The Theorem Theorem: If If, Then Then.

Report this thread to moderator Post Follow-up to this message
Old Post
Richard Steiner
11-24-04 08:55 AM


Re: Is Unisys Cobol to IBM cobol a big leap?
"Richard Steiner" <rsteiner@visi.com> wrote in message
news:IwApBpHpvCFO092yn@visi.com...
> Here in comp.lang.cobol,
> l.willms@jpberlin.de (Lueko Willms) spake unto us, saying:
> 
>
> I've written COBOL74 on both, and the two languages are quite similar.
>
> Now, CANDE and UEDIT have a few differences...  :-)
>

As Mr. Steiner says, the bigger change between "Brand X" COBOL and "Brand Y"
COBOL is the development environment: the editor, testing tools,
compilation/linking procedures, etc.

The language differences across brands in the actual "working" verbs are are
piddling - if existent at all. (Hmm, come to think of it, I think that was
the whole idea behind a COBOL "standard" in the first place.)

MCM




Report this thread to moderator Post Follow-up to this message
Old Post
Michael Mattias
11-24-04 08:55 PM


Re: Is Unisys Cobol to IBM cobol a big leap?
It may be worth mentioning that IBM no longer markets a '74 compiler (for
MVS, OS/390, and z/OS).  The last compiler with the "CMPR2" (compile like VS
COBOL II, R2) feature was IBM COBOL for OS/390 & VM - which has been out of
service for a little while now.  The VS COBOL II, R2 compiler was the last
REALLY '74 style compiler - and "compatibility" was extended for quite a
while.

Having said that, it is true that most '74 Standard (no extension) code
*will* compile and run  "as expected" with an '85 Standard compiler (such as
IBM's Enterprise COBOL).  Fruthermore, many IBM shops still have an older
compiler available (if not in active use).

"Jack Benny" <pkline@ltdXspamXcommodities.com> wrote in message
 news:95p6q0pe79vqkbqf9qa1fs1lh0dugagccu@
4ax.com...
> How difficult for a Unisys C74 programmer to acclimate to IBM?



Report this thread to moderator Post Follow-up to this message
Old Post
William M. Klein
11-25-04 01:55 AM


Re: Is Unisys Cobol to IBM cobol a big leap?
..    On  23.11.04
wrote  pkline@ltdXspamXcommodities.com (Jack Benny)
on  /COMP/LANG/COBOL
in  95p6q0pe79vqkbqf9qa1fs1lh0dugagccu@4ax.com
about  Is Unisys Cobol to IBM cobol a big leap?


JB> How difficult for a Unisys C74 programmer to acclimate to IBM?

MCP or OS/2200?

Anyway, you would perhaps encounter some strange IBM-extensions to
COBOL, but it should not be to big a change, as far as COBOL itself is
concerned.

But transaction processing with CICS, database interfaces etc have
probably bigger differences to, say, TIP/HVTIP/MCB/DPS or DMS/2200 and
RDMS, to speak of the OS/2200-side.

Different are of course things like job control language and
editors, which have to be learned.


Yours,
Lüko Willms                                     http://www.willms-edv.de
/--------- L.WILLMS@jpberlin.de -- Alle Rechte vorbehalten --

Ängstlich zu sinnen und zu denken, was man hätte tun können, ist das Übelste
, was man tun _kann_. -G.C.Lichtenberg

Report this thread to moderator Post Follow-up to this message
Old Post
Lueko Willms
11-27-04 08:55 PM


Re: Is Unisys Cobol to IBM cobol a big leap?
"Richard Steiner" <rsteiner@visi.com> wrote in message
news:IwApBpHpvCFO092yn@visi.com...
> Here in comp.lang.cobol,
> l.willms@jpberlin.de (Lueko Willms) spake unto us, saying:
> 
>
> I've written COBOL74 on both, and the two languages are quite similar.
>
> Now, CANDE and UEDIT have a few differences...  :-)
>

As Mr. Steiner says, the bigger change between "Brand X" COBOL and "Brand Y"
COBOL is the development environment: the editor, testing tools,
compilation/linking procedures, etc.

The language differences across brands in the actual "working" verbs are are
piddling - if existent at all. (Hmm, come to think of it, I think that was
the whole idea behind a COBOL "standard" in the first place.)

MCM




Report this thread to moderator Post Follow-up to this message
Old Post
Michael Mattias
11-29-04 08:55 PM


Re: Is Unisys Cobol to IBM cobol a big leap?
It may be worth mentioning that IBM no longer markets a '74 compiler (for
MVS, OS/390, and z/OS).  The last compiler with the "CMPR2" (compile like VS
COBOL II, R2) feature was IBM COBOL for OS/390 & VM - which has been out of
service for a little while now.  The VS COBOL II, R2 compiler was the last
REALLY '74 style compiler - and "compatibility" was extended for quite a
while.

Having said that, it is true that most '74 Standard (no extension) code
*will* compile and run  "as expected" with an '85 Standard compiler (such as
IBM's Enterprise COBOL).  Fruthermore, many IBM shops still have an older
compiler available (if not in active use).

"Jack Benny" <pkline@ltdXspamXcommodities.com> wrote in message
 news:95p6q0pe79vqkbqf9qa1fs1lh0dugagccu@
4ax.com...
> How difficult for a Unisys C74 programmer to acclimate to IBM?



Report this thread to moderator Post Follow-up to this message
Old Post
William M. Klein
11-29-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Cobol archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:59 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.