Bad File Status

 1 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
I am writing a custom program and it's my first time writing a report i 4GL. My program is in recovery mode due to bad file status 4 8 on file LPCAPFHL-file. I am able to write to the first report (dtl-empbal) with no problem. However, I have issues with creating a second report. Am I misssing a section/definition?

I defined the file LPCAPFHL in the WF defintion
Report Form : LPCAP.rpt
$REPORT    LPCAP

$REPORT    LPCAP-2
$PRINTFILE LPCAPFHL
Jeff White
Veteran Member Send Private Message
Posts: 83
Veteran Member

Do you have the  OPEN OUTPUT LPCAPFHL-FILE   in the PD?