Saran De wrote:
> While I'm trying to Assemble the ASM Macro LINKLISt from the cbttape,
> I'm getting the following msgs. I beleive, some declarations are
> missing. Could you guys help me to fix this. Thanks.
> IEESMCA
It would help if you stated what system you're running under. If
you look at your assembly procedure (ASMxxx), you'll find a
//SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB
Add another library immediately following:
// DD DISP=SHR,DSN=SYS1.AMODGEN if you're running MVS 3.8
or
// DD DISP=SHR,DSN=SYS1.MODGEN if you're running a later
system.
Gerhard Postpischil
Bradford, VT