srisailam


{ City } hyderabad
< Country > india
* Profession *
User No # 113366
Total Questions Posted # 0
Total Answers Posted # 6

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

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 4
Questions / { srisailam }
Questions Answers Category Views Company eMail




Answers / { srisailam }

Question { 22034 }

how to display all the members records in a physical file
without using ovrdbf?


Answer

Hello nutan,
Please mention *all in single quotes

EX:EXTMBR('*ALL')

Is This Answer Correct ?    0 Yes 0 No

Question { Wipro, 7231 }

how to run only 10 modules of existing N modules in service
program in RPGILE ?


Answer

By using bind language

Is This Answer Correct ?    1 Yes 0 No


Question { 7529 }

How can we handle errors in RPG?


Answer

BY USING OPERATOR EXTENDER E
EX:READ(E)

Is This Answer Correct ?    0 Yes 0 No

Question { 4181 }

How can we receive values from a called procedure in RPG?


Answer

BY USING *ENTRY
EX:*ENTRY PLIST
PARM A1
PARM A2

Is This Answer Correct ?    3 Yes 2 No

Question { Traitsys Technologies, 7235 }

Can we found a record existance in a file w/o reading the file?


Answer

yes.by using file information data structure.

Is This Answer Correct ?    1 Yes 2 No

Question { Traitsys Technologies, 7235 }

Can we found a record existance in a file w/o reading the file?


Answer

by using setll and %equal()

Is This Answer Correct ?    2 Yes 0 No