Hi Chris,
Thank you for all the help above. We are going for an end user license for our development environment. For UAT and Production we are going only for the run time compiler. Here wanted to ask a question.
I would be having the .o file which are object files and needs to linked to create executable.
Since UAT and PROD will have only run time compiler, will the command like below run fine to link the files and create executable pgm1.out
cob -xv -o pgm1.out pgm1.o subpgm1.o subpgm2.o