Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IBM Mainframe COBOL vs. AS/400 COBOL

1,617 views
Skip to first unread message

Lee Winson

unread,
Mar 1, 1995, 10:12:48 AM3/1/95
to
I've been transferred from the mainframe to an AS/400 team, and was
wondering if there were any significant differences between the
IBM mainframe COBOL and the AS/400 COBOL. So far they seem virtually
identical (other than COMP is COMP-3, you gotta say BINARY.)

By the way, are there any differences in coding to get better
performance? In the mainframe, I made my subscripts COMP SYNC (I don't
like INDEX fields).


Thanks.

Georg76871

unread,
Mar 3, 1995, 9:01:14 PM3/3/95
to

I heard from a co-worker the "redefines" doesnt exist on AS/400 ?

George
======================================================
George Lewycky
GEORG...@aol.com OR
lew...@aip.org

John M Perry

unread,
Mar 5, 1995, 2:50:30 PM3/5/95
to
georg...@aol.com (Georg76871) wrote:
>
>
> I heard from a co-worker the "redefines" doesnt exist on AS/400 ?
>

well your co-worker should be fired then

James Holloway

unread,
Mar 8, 1995, 9:30:22 PM3/8/95
to
John M Perry <j.p...@bbcnc.org.uk> writes:
>> I heard from a co-worker the "redefines" doesnt exist on AS/400 ?
>>

>well your co-worker should be fired then

C


They probably meant that you can't create redefinitions in AS/400 data
base files via Data Description Specifications (DDS).

Nor can you set up 88 levels, or group levels. You can redefine the
record layout pulled from the externally described data base file in
your cobol program, but that can defeat the benefits of having the
data described externally and will burn you when someone changes the
DDS but forgets about internal redefines of the record layouts.

You pull multiple physical files together as a single common logical
file in your program, and I guess you could consider that a form of
redefinition also.

Jim Holloway.

0 new messages