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 / sanjeev
(1)readp
(2) we can pass paramaters through command line
If a numeric A has length 5 and its value is (8)then on
command line we have to type X'00008F'
(3)EXTNAME
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
how do I preserve and clean the array?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to declare the pull button in AS/400..
how do you use commitment control in rpg?
what is an online rpg?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is the use of sflnxtchg?
can you debug ile rpg program using isdb?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is file information data structure?
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?
When it is desirable to describe files Internally?
how do I declare a table or array in rpg iv?