How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
3 18055my name is amar i want display 1st line A 2nd line M 3rd line A 4th line R in database & informatica
1 4332I 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 9199create 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 19531Hi 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 28668Post New HCL Interview Questions
google maps - show in map / show route in customer or vendor card?
What is dhtml? What are the features of dhtml?
What is django crispy forms?
Please tell us that is jquery knockkout intended to compete with jquery or prototype or work with it?
What are the applications of electrochemical cell? : Electrochemistry Corrosion
What are the formulas in excel sheet?
How to send information from the robot sensors to the robot controllers?
Tell me what is outbound email integration?
why script is client dependant.
What is fibonacci search?
What is heap size in tomcat?
When configuring sqlnet on the client what files need to be set up?
How do you use the replace function in excel?
Can chewing on pencil is harmful for teeths?
What is javaserver faces technology?