View previous topic :: View next topic |
Author |
Message |
sanjayr321 Beginner
Joined: 25 Sep 2006 Posts: 28 Topics: 15
|
Posted: Mon Jul 21, 2008 3:29 am Post subject: How to Identify OS/VS COBOL CICS programs in ENDEVOR |
|
|
Hi all,
Can someone clarify my queries please, Is there anyway to findout all the OS/VS COBOL programs from ENDEVOR.
I heard that OS/VS COBOL program will not support CICS TS V 3.2, if it is the case what would be solution to use the already existing OS/VS COBOL programs.
Thanks. |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Mon Jul 21, 2008 8:12 am Post subject: |
|
|
Well, that depends on the way your ENDEVOR installation is working. You could differentiate between compiler versions by
- using different type definitions (not so common),
- different processor groups (if you want to compile some COBOL programs with the
old and some with the new compiler)
- or not at all. This applies if the generate processors for COBOL programs are upgraded all at a time and from than on every COBOL compile uses the new compiler version.
You should ask you ENDEVOR administrator.
regards
Christian |
|
Back to top |
|
|
|
|