How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
3 17864my name is amar i want display 1st line A 2nd line M 3rd line A 4th line R in database & informatica
1 4222I 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 9060create 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 19326Hi 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 28330Post New HCL Interview Questions
When would you prefer to have a minimum number of indexes?
Explain ios multitasking?
How do I sort in descending order in r?
Explain what are the methods available in storing sequential files ?
How does view data differ from view bag in mvc?
What is the purpose of the "static area" in the dom?
What is amo? : sql server analysis services, ssas
Why rpa is needed?
[3/28, 20:52] Manoj P Venkatpurwar: how many impurities require to inject in assay specificity that how we can find out? and in Rs also how?
Explain what is multi homed system?
What is the use of Trusted system? I know that there is no need of UID and PWD to communicate with partner system. In what situation it is good to go for Trusted system?
What are user defined functions in ms sql server?
What is a typical duration and cost of an sap transportation management implementation? : transportation management
Define Mortgage Debentures?
What is meant by 'bit masking'?