Skip to main content

In Studio 6.0 with the following specification I get both the copybook and MOD file created, but with ED 2.2 only the copybook gets created:

     ICM045 DFHMSD TYPE=DSECT, X

In ED 2.2 I have to change TYPE=DSECT to TYPE=SYSPARM to get both the copybook and MOD file:

     ICM045 DFHMSD TYPE=SYSPARM, X

Is there something that can be set in ED 2.2 that will cause the creation of the copybook and MOD file when using TYPE=DSECT?


#EnterpriseDeveloper
#DFHMSD
#DSECT
#SYSPARM
#BMS

In Studio 6.0 with the following specification I get both the copybook and MOD file created, but with ED 2.2 only the copybook gets created:

     ICM045 DFHMSD TYPE=DSECT, X

In ED 2.2 I have to change TYPE=DSECT to TYPE=SYSPARM to get both the copybook and MOD file:

     ICM045 DFHMSD TYPE=SYSPARM, X

Is there something that can be set in ED 2.2 that will cause the creation of the copybook and MOD file when using TYPE=DSECT?


#EnterpriseDeveloper
#DFHMSD
#DSECT
#SYSPARM
#BMS

I may be missing something (and that's quite likely given my BMS knowledge) but isn't saying TYPE=DESECT specifically asking for only the copybook to be created?

If you put TYPE=MAP, then only the MOD file would be produced.

As you say, TYPE=SYSPARM results in bothbeing generated..

In the Eclipse IDE, putting TYPE=&&SYSPARM means that the values will be substitued with whatever has been selected on the project/mapset properties and you can then choose which of the DSECT/MAP values to use as well as where you want the output location(s) to be.