|
|
| Author |
Message |
ksivapradeep
Active User
Joined: 30 Jul 2004 Posts: 98
|
|
|
|
hi,
can any body tell me what are major diff b/w cobo and cobol II.
regards,
siva pradeep |
|
| Back to top |
|
 |
References
|
Posted: Mon Nov 29, 2004 3:45 pm Post subject: Re: Major diff b/w cobol and cobol II |
 |
|
|
 |
jz1b0c
Active User
Joined: 25 Jan 2004 Posts: 180 Location: Toronto, Canada
|
|
|
|
Level 01 & 77 is the first diff between cobol-I and Cobol II.
you cannot use EXAmine kind of verbs in Cobol II.
Inspect can replace the same, this saves some time.
OS/VS Cobol pgms can only run in 24 bit addressing mode, VS Cobol II pgms can run either in 24 bit or 31 bit addressing modes.
Report writer is supported only in OS/VS Cobol.
USAGE IS POINTER is supported only in VS COBOL II.
Reference modification eg: WS-VAR(1:2) is supported only in VS COBOL II.
EVALUATE is supported only in VS COBOL II.
Scope terminators are supported only in VS COBOL II.
OS/VS Cobol follows ANSI 74 stds while VS COBOL II follows ANSI 85 stds.
Under CICS Calls between VS COBOL II programs are supported |
|
| Back to top |
|
 |
|
|