HP OpenVMS Systemsask the wizard |
The Question is:
Hi there,
We get the error below when running a program, could you tell us what the error
message actually means:
%PLI-F-LKWSETFUL, locked portion of working set is full
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
HRPRCE HRPRCE ALLOC 423702 000000000005E640 000000000026E640
HRPRCE HRPRCE PRICE_ACCOM 281152 000000000002C9F0 000000000023C9F0
HRPRCE HRPRCE COMPONENT_REPRICE 39573 0000000000002648 0000000000212648
HRPRCE HRPRCE BOOKING_REPRICE 81013 00000000000122BC 00000000002222BC
HRPRCE HRPRCE HRPRCE 8105 0000000000000FA0 0000000000210FA0
HRPRCE 0 0000000000296878 00000000002A6878
DEC$FORRTL 0 000000000005B8DC 000000007C5F18DC
HRPRCE 0 0000000000296878 00000000002A6878
0 FFFFFFFF9AA213D4 FFFFFFFF9AA213D4
Regards, Matt
The Answer is : Try the command: $ HELP/MESSAGE directly after the failure. Working just from a listing of the failure text, you can use: $ HELP/MESSAGE LKWSETFUL
|