Answer Posted / priyan
by changing the data name
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
How to get the index of the clicked field in reports in ABAP?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
sample code for data transfer between two r/2 systems and r/3 systems?
differences between qtp10.0 and 11.0 ?
What r the attributes using in Win Runner?
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
what is adodb??y it is used for connection of V.B and access??what is ado?dao?