You can always opt for any of the following Certifications from Cisco The Cisco Data Center certifications validate proficiency in designing, installing, and supporting a data center networking solution. Data Center Networking Infrastructure Cisco Data Center Networking Infrastructure Design Specialist Cisco Data Center Networking Infrastructure Support Specialist Cisco Data Center Networking Sales Specialist Data Center [...]
I would go online and check if there are more opportunities in Oracle Financials or in SAP, regardless you have to learn a new software package as all companies use an Accounting software package these days. The sooner you learn the better it is for you. I can talk about SAP as don’t know Oracle [...]
Obviously your initial connection is lost. Not knowing which versions of Excel & Access you are using – here are my comments on Access 2007 & Excel 2007. You may try to re-connect the fields from access database (Of course this assumes you know the table name or the query name!). Click on the Excel [...]
You can get an associates degree in IT from many places. But generally more involved degrees like MIS will take 4 years to complete (depending on the school). Hope this helps! -Schmidtw ************************************************ Adding Comptia certifications, such as A+, Network+, ans Security+ will help you out. They are not that expensive, though you DO have [...]
Frequently this is done in SQL with a Drop table and Create table commands. But an RPG program could open the QDDSSRC member, alter the file description, close the file and then issue the crtpf or chgPF command.
<b>Update 9/8</b> Things are close after the first week and it is still anybody’s contest to win After the first week the standings are: MrDenny 645 SchmidtW 625 Labnuke99 435 WRobinson 435 There is still time for other to gain Knowledge Points by asking, answering and discussing questions.
<pre>awk -F~ ‘{total+=$3} END{print total}’ /tmp/foo</pre> assuming your file is /tmp/foo. You may have to use gawk instead of awk on Solaris. I don’t have a solaris box to try it on.
You could use Make table queries to do your calculations. This would perform the calculations and make the Post-Calculation tables at the same time. Keep in mind that each time you run Make Table queries, the destination table is always deleted first. Otherwise, make the tables first and then append the calculated rows into those [...]
Salary range questions are very hard to answer as there are a lot of variables. 1. Experience 2. Environment Size 3. Location 4. Job Market Your best bet will be to go to a job survey site such as salary.com.
I recently finished a project exactly like that. First always start with the file structures. Go thru your ocl and see where they build files on the fly and those should be modified. All files should be converted to DDS and appropriate logical files if needed. For logical files, look at your ocl and see [...]
I don’t have any specific understanding of Lotus Approach 97, but can tell you what technologists do to extract data from one system and import to another, if that will help. In Lotus Approach, in a screen that shows all the information you want extract, look for an export function (in Lotus Notes, this is [...]
Web service will give you the most portable solution and allow you the most flexible solution in the long run.
Yes, you can add prefix with UPDATE statement, however syntax may slightly differ in different RDBMS This is how you can do in Oracle: <pre> UPDATE table1 SET colomnnameSKU =’GF-’ || SKU WHERE upper(colomnnameSKU) like ‘SKU%’;</pre> The Access syntax will look slightly different. <pre>UPDATE YourTable Set Sku ‘GF-’ + Sku WHERE Sku NOT LIKE ‘GF-%’</pre>
Good luck with your continued job hunt. I’ve been there myself (in-between assignments), it’s never fun. When you say you have sent out 150 resumes, I have to ask if you are working with any IT staffing firms…recruiters, consulting companies, etc., or whether you are just on-line applying to every Career Builder and Monster job [...]
This post should give you the answer to your problems: http://www.computer-u.com/FoxPro26USB.htm Hope this helps. CG._
All three instances are hosted on the same machine, so the ALTER DATABASE command for each database should be the same, with only the port number being changed.
If SQL is telling you that it can’t see the FQDN then either it can’t see the internal DNS server, or the SQL Server can not be found in the domains DNS server. Use the nslookup command line tool to check that DNS is setup correctly for the machine. <pre>nslookup SQLServer.yourdomain.local</pre> Or check with your [...]
The SQL creates a file with the record format named the same as the file. The RPG F spec should include RENAME(Employee : EmpRec) Then when you are adding a record you Write EmpRec.
Is it possible that you mean <pre>If Not IsNull(DLookup(“[PositionType]“, “JobOrderInfo”, “[EmployerID] = ” & Me.EmployerID & ” AND [PositionType] = “”" & Me.PositionType & “”"”) )Then </pre> as the intended code?
Hi, There is no equivalent to Auto Increment Field in DDS – you may however be able to implement something which will give the same result if you create a trigger program for your file which updates a newly added record with the next available number. Regards, Martin Gilbert. Hi from PGMBOB, In an RPG [...]





