Can RTC make use of cloud compiler
![]()
Hi All, My customer is utilizing cloud compiler for Enterprise Cobol and Cobol II code. Is there a way to incorporate cloud compile process into RTC compile process?
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Dec 27 '14, 5:17 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
What is the difference in starting that compiler from any other compiler? If the compiler runs in the cloud and needs the source code, the only thing that would be needed is to have the build process load the code into the reach of the compiler, using JBE or the SCM commandline and then run the compiler off of it.
|