What is AS/400



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

What is AS/400

Postby pulsar22 » Sat Dec 28, 2013 5:13 pm

What is AS/400 system?
Is there any difference in Z OS Cobol and Cobol for AS400 series?
pulsar22
 
Posts: 34
Joined: Mon Sep 09, 2013 12:39 pm
Has thanked: 14 times
Been thanked: 0 time

Re: What is AS/400

Postby Robert Sample » Sat Dec 28, 2013 7:20 pm

The AS/400 was introduced in 1988 as a minicomputer replacement for other IBM systems. AS/400 was renamed eServer iSeries in 2000, then system I in 2006 and continues to be sold. There are some differences between COBOL on z/OS and COBOL on system i, but as with all COBOL implementations the differences are typically related to the platform and accessing files. A READ statement on one platform will usually be the same as a READ statement on a different platform.

These users thanked the author Robert Sample for the post:
pulsar22 (Wed Jan 01, 2014 10:12 pm)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: What is AS/400

Postby pulsar22 » Sun Dec 29, 2013 11:53 am

Thanks Sir. So all the syntax and coding standards are same for both systems? Means if a person has worked on Z-OS, can easily code for AS/400 systems aswell?
pulsar22
 
Posts: 34
Joined: Mon Sep 09, 2013 12:39 pm
Has thanked: 14 times
Been thanked: 0 time

Re: What is AS/400

Postby NicC » Sun Dec 29, 2013 4:57 pm

Yes. But why not look up the COBOL laguage reference manual for AS/400 or System I yourself?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

These users thanked the author NicC for the post:
pulsar22 (Wed Jan 01, 2014 10:12 pm)
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: What is AS/400

Postby dick scherrer » Sun Dec 29, 2013 10:16 pm

Hello,

The CODE will be very similar.

The run-time environment will take some learning.
Hope this helps,
d.sch.

These users thanked the author dick scherrer for the post:
pulsar22 (Wed Jan 01, 2014 10:11 pm)
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to IBM Cobol