Hi all,
I have a pgm Xc (is a CL), which look like this:
PGM Xc
------------------------------
STRCMTCTL LCKLVL(*ALL)
CALL pgm (VVV)------>RPGLE pgm
ROLLBACK
RCLRSC
ENDCMTCTL
---------------------------------
Pgm Xc is a common pgm, which is also called by pgm Bc (is a CL too)
However with a new pgm, Dc (is a CL too) which is also calling pgm Xc, i'll have the above mentioned error message.
At the time i encounter this problem, there is no other pgm locking this file at all. Furthermore this file is a empty. To add to the problem, when i run pgm Bc, there isn't any problem.
Info: When i call pgm Xc individually there isn't any problem at all.
Please help, lad and lass out there..
Thanks
Regards,
coins
I have a pgm Xc (is a CL), which look like this:
PGM Xc
------------------------------
STRCMTCTL LCKLVL(*ALL)
CALL pgm (VVV)------>RPGLE pgm
ROLLBACK
RCLRSC
ENDCMTCTL
---------------------------------
Pgm Xc is a common pgm, which is also called by pgm Bc (is a CL too)
However with a new pgm, Dc (is a CL too) which is also calling pgm Xc, i'll have the above mentioned error message.
At the time i encounter this problem, there is no other pgm locking this file at all. Furthermore this file is a empty. To add to the problem, when i run pgm Bc, there isn't any problem.
Info: When i call pgm Xc individually there isn't any problem at all.
Please help, lad and lass out there..
Thanks
Regards,
coins


Comment