Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LINKCOUNT Directive

Status
Not open for further replies.

Noltmier

Programmer
Joined
Oct 9, 2002
Messages
6
Location
US
I am getting an error when trying to compile:

4746 PROCEDURE DIVISION USING LS-LINKAGE-AREA, LS-EXTEND-AREA,
* 67-S********* ( 0)**
** Please recompile using a larger value for the LINKCOUNT directive
* Micro Focus COBOL for UNIX V4.1 revision 030 Compiler

Im not sure how to fix this. Any ideas?
 
Nevermind, i figured it out. I added

$set linkcount"100" to the beginning of the program
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top