How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
3 18032my name is amar i want display 1st line A 2nd line M 3rd line A 4th line R in database & informatica
1 4313I have name like INDIA in a column. I want display 1st line A, 2nd line N, 3rd line D, 4th line I, 5th line A in oracle data base?
1 9177create or replace procedure show_tab_rec ( P_tab VARCHAR2 )
IS
cmd varchar2(50);
begin
cmd := 'select *
from '|| P_tab;
for int in ( execute immediate cmd )
loop
dbms_output.put_line ( int.ename||' '||int.deptno);
end loop;
end;
when i m compling this procedure i m getting this error
PLS-00103: Encountered the symbol "IMMEDIATE" when expecting
one
of the following:
. ( ) , * @ % & | = - + < / > at in is mod remainder not
range rem => ..
what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .
5 19497Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?
8 28648Post New HCL Interview Questions
What is erp according to you?
What to do if dba lost the system password?
how do you reference the printer file formats from cobol programs
What is employee subgroup? Give some examples.
Explain how do I verify oma is functioning?
what does the rman-08147 warning signify when your environment has a goldengate capture processes configured?
What is the Windows Azure Platform?
Which will check if a function exists?
Your project sponsor has requested a cost estimate for the project you're working on. This project is similar in scope to a project you worked on last year. She would like to get the cost estimates as soon as possible. Accuracy is not her primary concern right now. She needs a ball park figure by tomorrow. You decide to use: A. Analogous estimating techniques B. Bottom-up estimating techniques C. Parametric modeling techniques D. Computerized modeling techniques
Name some of Google AdWords Ad Extensions?
What is available mechanism for connecting from applications, when we run hive as a server?
In dcs panel we are using diff type of modules ?what is module ? what is the use of modules ?diff type of module?
What is echo in networking?
What is ms word and its uses?
How to create a constant in vb.net?