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(parm1
arm2
arm3
arm4
arm5
arm6
arm7:+
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(parm1
parm8);