1.If *HIVAL SETGT is used what opcode is used to read a
record?
A:READ
B:READPE
C:CHAIN
D:READP
2.How to pass numeric parameter to the rpg pgm from the
command line?
3.What keyword is used on the rpg 4 definition
specification to rename a subfile in an externally
definition data structure?
A:RENAME
B;LIKE
C:EXTNAME
D:EXTFLD
Answer Posted / naga srinivas.kattula
1)We can use both READP and READPE ..bcz REAP is used to
read the records from bottom to top and READPE reads the
records which are equal to KEY in facor1 from bottom to
top(we get equal records of key value from bottom to top)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When it is desirable to describe files Internally?
what is the procedure and explain about real time scenario.
What are the types of identifiers?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How many program bind in one module....
what is the difference between do while and do until?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what are the key words you must use when using a subfile?
how do I play {insert rpg system here}?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
How would display prime numbers using CL program?