Here is the way I have done it several times using NetExpress:<br>
<br>
SELECT IN-FILE ASSIGN TO INFILE-ID<br>
ORGANIZATION IS LINE SEQUENTIAL.<br>
.<br>
.<br>
*have also had organization sequential, indexed,<br>
and relative<br>
.<br>
.<br>
FD IN-FILE LABEL...
You can, in most PC based COBOL's, set up a dataname and assign the file to that dataname. This will allow you to programatically change the name every time you run, or based on something else keep the name the same from one run to the next.
I am trying to display messages on the screen and have them scroll. I have multiple messages to display and what them to scroll either from top to bottom or bottom to top on the screen so that prior messages are scrolled and the oldest is scrolled off. Anyone have a methode for doing this in...
From my standpoint the issue is the fact that you have to keep track of the addresses if your are going to use static addresses, which can be a big headache. You get two the same and one and sometimes both do not talk on the network. The only place I use static addresses is on servers and the...
What about your network mask for the IP addresses? It probably should be 255.255.0.0, if you haven't set that up. As far as the cable connection, I cannot tell you much about coax, but an RJ45 crossover cable isn't that expensive, (less than $10), and if your network card will handle an...
I am using NetExpress 2.0 and need to access a datacomm port, anyone got a method on how to do this? I can't find anything documented anywhere on this.
I am new to DELPHI and cannot seem to find how to print the contents of a screen using a button to activate the process. Any help would be appreciated.
TCP/IP isn't very hard to load on the AS/400 if you are working under one of the most recent levels of OS. I loaded it in about 20 minutes and had it up and running. There is a document called "TCP/IP Fastpath Setup" #sc41-3430-00 that will walk you through the whole process. One minor note...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.