Skip to main content

Problem:

We have programs which have one name for the .CBL filename and a different name for the Program-Id field.   Can we compile and Animate them in Micro Focus?

Resolution:

There is a directive, Prog-Id-Int-Name, which allows one to use something like this:

  Files named  A1.Cbl, A2.Cbl, A3.Cbl

  Program Id's are  X1, X2, X3

  The CALLing sequence is X1 CALLs X2 which then CALLs X3

By passing the Prog-Id-Int-Name directive, we create INT & IDY files named X1, X2, X3, but the Animator will use the .Cbl files for displaying the source.

Old KB# 6985