can any one give me code to keyed a flat file and used
chain in RPGLE to search any item
No Answer is Posted For this Question
Be the First to Post Answer
Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.
Write a program that will convert an integer pointer to an integer and vice-versa.
Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?
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...
Write a Program to find whether the given number is a Armstrong number.
how to write test case for a text field that should be mandatory
Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
DAL in oracle
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
i have two internal tables with customer and credit amount in one table then customer and debit amount in another table. now i need output in single list as customer, credit amount, debit amount and (credit - debit). help me please