How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
3 17878my name is amar i want display 1st line A 2nd line M 3rd line A 4th line R in database & informatica
1 4229I 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 9068create 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 19346Hi 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 28350Post New HCL Interview Questions
What is the use of image recognition command?
What is the difference between a podcast and a rss?
Explain the cube operator?
Is Struts Framework part of J2EE?
What is difference between viewbag and viewdata and tempdata?
How many websites get hacked a day?
what are the states associated in the thread? : Java thread
Write a program to find factorial of a number using functions
How to get different checks and different amount in APP run?
Speak on your unforgettable or memorable day for two minutes?
What are the methods in hibernate?
HOW TO CALCULATE ACCURACY OF AN INSTRUMENT. WHICH IS COMPITABLE FOR USE.
If the recruiter asks that are you involving any project ? Because I have shown in my resume that I am in "Offshore post implementation support IN SAP SD module"and this is not real. So I want to know if this question arrise then how can I properly describe my involvement in the project and what will be my responsibility in it???? THANKS IN ADVANCE
What is difference between index seek vs. Index scan?
What is constraints and its types?