Hi, I have gone thru you mail and question? The course what u are doing now is also good and helps u in your present work. and If you ask me more then ……What I feel is you better go for network administration complete course in any good institute which is near to your home [...]
Just like any other kind of interview you want to dress professionally (we had a man interview wearing black shoes and white sports socks, YES your dress code matters! Yuck!) Do what you need to feel confident and act confident, not nervous. Be confident when asked something you don’t know and don’t be afraid to [...]
I don’t see anything in your message subfile definition that tells it to associate with the window. Try adding this line to your subfile control record: <pre> A WINDOW( ZAH002WB )</pre> Tom
Are you sure the library list is the same? Is the COBOL program doing any overrides? I’d do a CHGJOB LOG(4 00 *SECLVL) and run the COBOL program again. Then check your joblog to see what shows up there.
Hi, The link to explain it is <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/books/c092508602.htm”></a> http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/books/c092508602.htm Wilson Reading the manual again, it may be difficult to understand… The U just indicate that the DS is associated to a Data Area and this Data Area must be read automatically at program initialization and write back at it’s end. The association can be [...]
The same as designing a database on any other platform. On the hardware side make sure that you have enough RAM and CPU power. Make sure that you have enough disk space, and that the storage is fast enough. Make sure you have a way to back everything up. Within the database, use the correct [...]
Yes, There is a secret median function built into access. You tap your left mouse button 5 times as fast as you can, and then, very quickly, left click 6 times… bam! you have median function.
Roughly this: Select partNo, max(Module), count(PartNbr) as “Numbers” from Myfile Group by partNo Phil
Yes, for sure it will effect performance. and u will have to tune it for great performance and add more memory for more space and fast running.
http://technet.microsoft.com/en-ca/library/dd282984(WS.10).aspx http://www.computerperformance.co.uk/w2k3/W2K3_server_roles.htm
There are several ways to do this using basic MAX and GROUP BY. Here are a couple of examples. <pre>create table temp1 ( secid number , atimestamp date , acode varchar2(1) ) / insert into temp1 values (1,sysdate-1,’a'); insert into temp1 select secid,atimestamp,’b’ from temp1; alter session set nls_date_format = ‘dd-mon-rrrr hh24:mi:ss’; select * from [...]
Hey Buddy.. Dont think anything else except SAP. SAP ABAP is meant for science graduate or PG, since you are B.E then ABAP will be a definite choice to go ahead. all the best learning ABAP, but dont learn from who teach for 2-3 days a week an just 1.5 to 2 months coz if [...]
Hi, What type of developers u need ,i can provide some type of questions let me explain what level ur interview .Junior developer or senior ..etc Mahaatg – how can I get the questions from you? I’m going to be interviewing some senior level people myself?
I haven’t looked at any of those !!
Tip: The mentioned sub part: (EVHYY*10000 + EVHMM*100 + EVHDD)= 20040617 Can be set up in a more optimised way via: EVHYY = 2004 and EVHMM = 06 and EVHDD = 17 In case the first condition is not true, rest of condition(s) is/are not tested anymore….. Another option to optimise is to introduce a [...]
I do not know about putting in the XML tags – I know some version of DB2 will do it. But ignoring the XML, I see two different ways to get the data. 1) are you in a program? if so, open a cursor against product table and for every row open a cursor against [...]
QADBXTRIGB – but you cannot use ezview on it. ==================================================== Try the SYSTRIGGER view. You might need to specify the QSYS2 schema, depending on how you access it. Tom
I assume the problem is with parenthesis placing the “As” inside. SUM(CASE WHEN passengers.pass_engers > passship.passship_size THEN ROUND((passship.passship_size * passengers.pass_price) / (hyperjump.hops * passship.passship_speed), 0) ELSE ROUND((passengers.pass_engers * passengers.pass_price) / (hyperjump.hops * passship.passship_speed), 0) END) AS ptprofit I still get errors trying to use the SUM This is what I ended up using and it [...]
Something like this. <pre>SELECT * FROM YourTable JOIN (SELECT Phone, count(*) ct FROM YourTable GROUP BY Phone HAVING count(*) <> 1) a ON YourTable.Phone = a.Phone</pre> ————- kccrosser I am assuming that your question is: How do I list, by phone number, all those people where two or more people have called the same phone [...]
You will need an additional component, since vb’s combo does not have that functionality. I have used the SolarWinds Auto Completion Combobox 2.1 (SWAutoCombo21IPAT.ocx), which <b>I think</b> gets installed when you install the SolarWinds free Ip Address Tracker. Here’s the link to download the tool, if you want to give it a try: <a href=”http://www.solarwinds.com/register/registration.aspx?program=912&c=70150000000Ehqn”>Free [...]





