A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
2 5059There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
1 4559There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
1 5904write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
6 18137Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
2334How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
1 2468Post New Wipro Shell Script Interview Questions
How do you remove duplicate records in informatica? And how many ways are there to do it?
why DEPB Licence application is doing
What is the use of assertions in python?
please send me jindal previous aptitude and technical question and answer.my email id is deep_raj@live.com
1.EXPLAIN THE IMPACT OF GLOBAL RECESSION ON CORPORATE SECTOR IN GENERAL AND MORE PARTICULAR INDIAN CEMENT INDUSTRIES? 2. EXPlAIN THE PROSPECTS OF INDIAN CEMENT INDUSTRY? 3. SKETCH THE TURNOVER AND PROFITABILITY OF LARGE SCALE CEMENT UNITS IN INDIA FROM 1991-2008 4. PRESENT THE EVA AND MVA ANALYSIS APPLICABLE TO CEMENT UNITS IN INDIA:
Please provide the SIebel Interview Questions with Answers as soon as possible.I am going to attend an interview.please respond
How many concurrent programs you have customized, can you name some of them?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
Write a program to print count of empty strings in java 8?
Tell me do you hold active wa dental assistant registration?
any one have amw(ASIAN MOTOR WORKS) QUESTION PAPERS OF PREVIOUS PLS SEND ME AT mahendra_yalavarthi@yahoo.com
What kind of testing to be done in client server application and web application? Explain
plese send me the oces/dgfs sylabus and previous year question pattern of electrical engg.?
Write a program using while loop?
What are the different stages under software testing life cycle?