cancel
Showing results for 
Search instead for 
Did you mean: 

call multiple procedures in 1 procedure

Former Member
0 Kudos

Hi,

Please help me out with the following. I have created 3 procedures and I would like to put these in 1 procedure and call them at the same time. 2 of these procedures have more than 1 input parameters. How can I write this?

I have already tried to:

CALL 'PROCEDURE1' ();

CALL 'PROCEDURE2' (:IP1,:IP2,:OUT);

CALL 'PROCEDURE3' (:IP1,:IP2,:IP3,:IP4,:IP5, :OUT);

but i get "expression cannot be used as an assignment target: :IP1"

please help me out. thnx!

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Hello Jimmy,

what parameters are defined in your "wrapper" procedure which calls your three procedures? And which type (IN or OUT) they have?

Maybe you can post the definition of that procedure.

Best Regards,

Florian