Programming Code AllOther Interview Questions
Questions Answers Views Company eMail

I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

698

Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

InterGraph,

509

Write a Program to truncate a given floating point value (e.g.16.25=16).

InterGraph,

527

Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

InterGraph,

518

Write a Program to find whether the given number is a Armstrong number.

InterGraph,

529

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

534

Write a Program to find the number of words in a sentence.

InterGraph,

526

How can you print an address of a variable?

TCS,

509

Write a program to Print the Pascal triangle

InterGraph,

522

Write a Program for matrix multiplication.

InterGraph,

501

Write a Program to find the reverse of a given number.

InterGraph,

490

Write a program that will convert an integer pointer to an integer and vice-versa.

521

Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

544

Write code that allows to create only one instance of a class?

489

Write code to add functions, which would work as get and put properties of a class?

493


Post New Programming Code AllOther Questions

Un-Answered Questions { Programming Code AllOther }

How can you print an address of a variable?

509


I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?

1778


Write a Program to find the reverse of a given number.

490


can any one give me code to keyed a flat file and used chain in RPGLE to search any item

1704


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3625






how to test the orientation of the layout in android.to note any changes in the ui design when change orientation

2517


What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?

1578


Write a Program for matrix multiplication.

501


Write a Program to find whether the given number is a Armstrong number.

529


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

544


i want run following code on button click of view. i am trying to retrieve data from isc_order_details table and isc_product table. but after retriaval of data i m getting error like FIELD MUST BE ENTERED!! DECLARE m number; n number; CURSOR order_details IS SELECT PRODUCT_ORDER_QUAN,PRODUCT_ID FROM isc_order_details WHERE order_id=:isc_order_master.order_id; amount NUMBER (8,2):=0.0; alert number; BEGIN go_block('isc_order_details'); first_record; m:=:system.cursor_record; last_record; n:=:system.cursor_record; OPEN order_details; --for i in m..n loop FETCH order_details INTO :ISC_ORDER_DETAILS.PRODUCT_ORDER_QUAN,:ISC_ORDER_DETAIL S.PRODUCT_ID; IF order_details%FOUND THEN SELECT order_value,order_date INTO :ISC_ORDER_MASTER.ORDER_VALUE,:ISC_ORDER_MASTER.ORDER_D ATE FROM isc_order_master WHERE order_id=:ISC_ORDER_MASTER.ORDER_ID; SELECT product_desc,product_price INTO :ISC_ORDER_DETAILS.PRODUCT_DESC,:ISC_ORDER_DETAILS.PROD UCT_PRICE FROM isc_product WHERE product_id=:ISC_ORDER_DETAILS.PRODUCT_ID; next_record; END IF; EXIT WHEN order_details%NOTFOUND; END LOOP; last_record; CLOSE order_details; EXCEPTION when NO_DATA_FOUND then alert:=SHOW_ALERT('ENTER_DATA'); Go_Item('isc_order_master.order_id'); END;

1876


find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.

2019


How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???

2237


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

1904


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

1706