kamal


{ City } hyd
< Country > india
* Profession * btech
User No # 60119
Total Questions Posted # 0
Total Answers Posted # 5

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 17
Users Marked my Answers as Wrong # 18
Questions / { kamal }
Questions Answers Category Views Company eMail




Answers / { kamal }

Question { 44531 }

can we use cl programming to update or delete physical files


Answer

YES BY USING RUNSQLSTM

Is This Answer Correct ?    5 Yes 2 No

Question { CTS, 20007 }

How can we read a particular record from the database file
which is not having DDS (Flat File). For example, there are
100 records in the flat file. How can we retrive 15th
record in RPG/400 program (Without using CL)


Answer

EVAL EMPID=15
EVAL=%FOUND(PF NAME)
READ PFNAME
EMPID DSPLY

Is This Answer Correct ?    0 Yes 3 No


Question { 8281 }

What is the difference between inner join @ outer join


Answer

In inner join means matching records in b/w the joining file will be selected.

Outer join means all records from primary file and matching records from secondary.

Is This Answer Correct ?    1 Yes 1 No

Question { Four soft, 12459 }

one physical file can have how many max of logical files?
what is the primary file?


Answer

using DSPDBR
priamary file is used in rpg program cycle to automatically
read records in a cycle

Is This Answer Correct ?    4 Yes 6 No

Question { HSBC, 10339 }

wat is curser?? and its types???


Answer

declare cursor
open cursor
fetch cursor
close cursor

Is This Answer Correct ?    7 Yes 6 No