thelearner
Programmer
Hi,
I have to call a pgm with 8 parms. I need to break this into 2 lines because the whole thing is too long. But pgm won't compile. This is how I break it.
CALLP PgmNam(parm1arm2arm3arm4arm5arm6arm7:+
parm8);
I have to call a pgm with 8 parms. I need to break this into 2 lines because the whole thing is too long. But pgm won't compile. This is how I break it.
CALLP PgmNam(parm1arm2arm3arm4arm5arm6arm7:+
parm8);