Page 1 of 1
NOTE ON LANSA AS/400 (IBM I)
Posted: Mon Dec 18, 2017 12:13 am
by noamp
hey, i am writing a program, and right before i send the compiler,it shows me a note or message that i don't know .
please if someone can explain it to me .. thanks.
the image tagged on bottom. thanks.
Re: NOTE ON LANSA AS/400 (IBM I)
Posted: Mon Dec 18, 2017 8:10 am
by MarkDale
Its a message to warn programmers when their programs are getting too large and complicated.
But in this case, the complexity is only moderate, so its not likely to be a problem.
Programmers sometimes make the mistake of loading up one program with all their logic, instead of splitting the program into multiple programs.
Re: NOTE ON LANSA AS/400 (IBM I)
Posted: Mon Dec 18, 2017 7:21 pm
by noamp
thanks!