Re: COBOL Compiler for Windows
- From: Richard <riplin@xxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 22:44:55 -0700 (PDT)
On Apr 29, 4:11 pm, Graham Hobbs <gho...@xxxxxxxxxxx> wrote:
Hello,
Further questions please..
Do the MS and Fujitsu compilers support VSAM KSDS files? What about
What do you mean by 'support' ? You are unlikely to find a VSAM KSDS
file on Windows. Windows is not MVS or zOS. It does, however, have
Cobol INDEXED SEQUENTIAL files.
DB2 access, CICS access, guess I'm asking EXEC CICS suchandsuch
Winows does not normally run a CICS service. CICS is not part of
Cobol, though normally Cobol programs are used in a CICS service.
and
EXEC SQL suchandsuch.
SQL service is also not part of Cobol. Most SQL is achieved with a
different product, such as a preprocessor, that converts the EXEC SQL
lines into Cobol CALLs and such.
Fujitsu version 3 does not include (AFAIK) SQL. Later versions of
Fujitsu do support ODBC access through a limited set of EXEC SQL
statements. You can always write the appropriate CALL statements.
.
- Follow-Ups:
- Re: COBOL Compiler for Windows
- From: CG
- Re: COBOL Compiler for Windows
- References:
- COBOL Compiler for Windows
- From: amir
- Re: COBOL Compiler for Windows
- From: Alistair
- Re: COBOL Compiler for Windows
- From: Graham Hobbs
- COBOL Compiler for Windows
- Prev by Date: Re: COBOL Compiler for Windows
- Next by Date: Re: COBOL Compiler for Windows
- Previous by thread: Re: COBOL Compiler for Windows
- Next by thread: Re: COBOL Compiler for Windows
- Index(es):
Relevant Pages
|