View previous topic :: View next topic |
Author |
Message |
kanderi mohan babu Beginner
Joined: 16 Aug 2004 Posts: 2 Topics: 2
|
Posted: Wed Aug 18, 2004 8:57 am Post subject: Differences between Mainframe Cobol and AIX Cobol |
|
|
Hi,
please let me know, how we can port the following from Mainframe cobol to AIX cobol:
1)APPLY WRITE-ONLY
2)MULTIPLE FILE TAPE
3)PROCEDURE-POINTER
4)RERUN
5)RESERVE
6)SAME AREA clause
7)SAME SORT clause
8)SORT-CONTROL special register
9)SORT-CORE-SIZE special register
10) SORT-FILE-SIZE special register
11)SORT-MESSAGE special register
12)SORT-MERGE-AREA special register
all of the above statements are syntax checked and has no effect on the execution in AIX Cobol. and also please let me know what are the equivalents for the above in the AIX Cobol.
Thanks in advance.
Regards
Mohan |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Aug 18, 2004 9:49 am Post subject: |
|
|
kanderi mohan babu ,
My knowledge of AIX is only theortical, and from what I read from the manual, IBM COBOL for MVS & VM clauses and phrases are treated as comments under AIX and OS/2. However, this will have minimal effect on existing applications that you download to the workstation. The IBM VisualAge for COBOL for OS/2 and IBM COBOL Set for AIX compilers recognize and process most IBM COBOL for MVS & VM language syntax, even if the language element has no functional effect.
Check this link for a Summary of Language Difference: Host COBOL and Workstation COBOL
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGYLR102/APPENDIX1.7?DT=19960625121923
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|