rionvandyk
New Member
Hi all.
I want to display the nr of locks held to the screen - at run time.
Is this possible?
If anyone can help me it would be great.
I want to do something like this...
For each customer exclusive-lock:
/*
Not sure of this syntax
This is where i need help
I want to see a nr displayed here
10
20
30 for example
*/
Display Locks.
run procedure a.
Display Locks.
run procedure b.
Display Locks.
run procedure c.
End.
Display Locks.
I want to display the nr of locks held to the screen - at run time.
Is this possible?
If anyone can help me it would be great.
I want to do something like this...
For each customer exclusive-lock:
/*
Not sure of this syntax
This is where i need help
I want to see a nr displayed here
10
20
30 for example
*/
Display Locks.
run procedure a.
Display Locks.
run procedure b.
Display Locks.
run procedure c.
End.
Display Locks.