the only problem with qualified references is when you want to run a different version of the program, such as the new version you want to test, or you want to only run it at one location as a beta when all the locations run as part of the one system.
A choppy sentence should be okay… for this question, eh? — Tom
Unqualified, that’s true, but it made for a choppy sentence, so, I figured I would leave that detail for you.
…my engineer has misunderstood and overwritten the file…
If an archive was overwritten, it is not a corruption issue. It can only be recovered from backup. If there is no backup, then there is no recovery. There is no help.
Tom
Can someone help please.
I have the same issue wherein the Lotus Notes Archive file has got corrupted. However, my engineer has misunderstood and overwritten the file and now, I am helpless to get back all my mails file.
Please guide a way to get back the mails.
If no answer is available here, you could try submitting a question to TechTarget SearchSAP experts. Or you might try a dedicated SAP discussion forum. — Tom
Note that LFs that do not use the new field and have explicit field lists do not need to be recompiled nor do programs that use those LFs. — Tom
What AD is it part of? What business problem is resolved by removing it? — Tom
fu=] f\
Finding a manual usually helps. I seardhed for AS/400 F-spec and found this ... http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c092508420.htm#HDRFILEDES Search the text for position 20 file adition
…the libraries of all objects you need to use.
I always add the thought “…of all {unqualified} objects” into the concept.
Qualification can improve performance by reducing library lookups and by allowing fewer libraries in the list that must be searched for unqualified objects. It can also improve security by helping ensure that external manipulation doesn’t alter objects used.
Tom
basically the library list should include the libraries of all objects you need to use. If more than one version of an object exists the process will default to using the one from the first library that it comes to in the list.
Solve it by using a larger string buffer or by performing string operations on strings with fewer characters.
That should be obvious from the error message. A more specific response could be possible, but you didn’t show us any code that threw the error. If we don’t see the code, we can’t say how it might be fixed.
Tom
How are the objects referenced? If we don’t know how they are referenced, we can’t know how libraries should be available. Also, what other objects are in the libraries? If any duplicate names of the same object types exist, it could require a change to a library list. What all will run in the same job? If it’s a batch job that runs the single program, the library list might be simple. But if it’s interactive or many programs might run, the list could be complicated.
Programming might not require anything but QSYS in a library list. Qualified references don’t use the library list. If duplicate names don’t exist, the organization of a library list makes little difference. If there are relatively few object references and authority lookups, it might make no diffrence at all how the lst is organized.
Most likely, you’ll have the library with input files and the library with output files in the user portion of the library list. Put them in whatever order you like. That’s about all anyone can say, and there is probably nothing more that will make any difference for your program.
Are you having a problem with this? If so, please explain the problem.
Tom
Best response is “Try it and find out.” It is too simple to test yourself to lose time asking. It takes less time to run a test, and it doesn’t cause many others to spend time reading and possibly trying to come up with good answers.
However, you might have a problem that you believe might be fixed by this answer. If you have a problem, please describe it. Show any code you have written that runs into the problem and also provide any message IDs that are thrown.
Tom
This doesn’t seem to have much to do with this forum. You might get more useful responses from a TechTarget alternative such as one of the Technology Guide forums. — Tom
The internet connection won’t go away when you uninstall IE 10. However, what might go away is your familiar way of accessing web content through the connection.
One common action is to download and install a second browser such as FireFox first. Once you have an alternative installed, you can use it to do basic IE product downloads even if IE isn’t installed at all.
Become familiar enough with a second browser at least to do basic work. Future issues will be much easier to work around.
Tom
Columns may also be added (or removed or changed) with SQL by running an ALTER TABLE statement with an ADD FIELD clause (for adding). — Tom
Sorry for the late response.
It is really difficult to understand the tables structure here, since the editor removes any formatting and line breaks.
If you have a jpg image, you can upload it to any image hosting site, and then post the link here.
Even without splitting into front & back ends, multiple users can update at the same time. But more than one user cannot edit the same record in the same table at the same time. Either a warning icon will appear at the left that the record is already open for editing, and/or a dialogue will open to let you know that another edit is pending and offer some options. In any case, it is faster to have a back end with just the tables, and multiple copies of the front tend with all the queries and forms. Ust the Database Splitter tool to create separate front and back ends from your present file. Each front end can be linked to the backend files. Look under File|Get external data|Link tables. Any good Access manual will explain all this, and more, in great detail, with screen shots.







