Hi All,
I am writing a modified program for one of the old report and it is giving me error at the GET LIKP statement saying '"LIKP" is not defined for the current logical database.'.
GET LIKP .
%DBACC = %DBACC - 1.
IF %DBACC = 0.
STOP.
ENDIF.
CHECK SP$00003.
CHECK SP$00001.
CHECK SP$00002.
CHECK SP$00004.
CHECK SP$00005.
ADD 1 TO %COUNT-LIKP.
%LINR-LIKP = '99'.
Can you please help me how to resolve this error?
Thanks,
Veni.