Skip to main content

bms mod is not going into the debug directory

  • February 15, 2013
  • 0 replies
  • 1 view

Problem:

Why didn't the ".mod" modules go to the Debug folder with the ".gnt" modules?

Why did the ".mod" modules get mixed in with every other application member under the Project folder?

Is there a way to configure the Build process so that all the ".mod" modules, and any other needed CICS modules, are kept together in a single folder that can be deployed to another server?

Resolution:

go under project -- build settings and when this opens highlight a bms name, more tabs will appear and you want to go to the bms general tab

in the white entry box available labeled " Additional directives"

put this:

/BINARY=C:\\directoryname\\DEBUG\\

place the drive:\\directoryname\\subdirectory\\

**  make sure you place an ending backslash

If you want the the copybooks the bms creates, to go to a special directory

here is the copybook directive example.

/binary=C:\\MODDIR\\ /Cobol=C:\\CPYDIR\\

Old KB# 1421