View previous topic :: View next topic |
Author |
Message |
zatlas Beginner
Joined: 17 Dec 2002 Posts: 43 Topics: 4
|
Posted: Tue Jul 19, 2011 8:47 am Post subject: Native z/OS C++ or Object Oriented COBOL |
|
|
Hi all
I know that there are native z/OS C++ or Object Oriented COBOL (the Enterprise version.) DO these compile like any other native z/OS languages (i.e. no MAKE, just JCL for compile and link) or do they need MAKE and different environmrnt?
Thanks
ZA |
|
Back to top |
|
|
asr2 Beginner
Joined: 25 Jun 2011 Posts: 26 Topics: 4 Location: Germany
|
Posted: Wed Jul 27, 2011 10:22 am Post subject: |
|
|
I cannot speak for Object COBOL, but C++ can be compiled either in the MVS or the USS environment. Again in the MVS environment, the compilation process is batch JCL although the source program and resulting load module can be either MVS or USS files. In the USS environment, the compilation process is invoked with a USS command (the cxx command) although there is also a customizable configuration file can be used, in which case the xlc command is used. |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
|
Back to top |
|
|
zatlas Beginner
Joined: 17 Dec 2002 Posts: 43 Topics: 4
|
Posted: Sun Aug 21, 2011 8:48 am Post subject: |
|
|
Thank you all for your suggestions
ZA |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Aug 31, 2011 3:48 am Post subject: |
|
|
Good Luck... _________________ Regards,
Anuj |
|
Back to top |
|
|
|
|