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 / syam
A1. READP
A2. CALL PGM(KCS/MYPROGRAM) PARM(11111 22222)
A3. EXTNAME
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How to write record if no field or the field are different in physical file in rpgle ?
can you debug ile rpg program using isdb?
What is ment by record level identifier?
What is file identifier where we can use?
What are the types of identifiers?
how can I tell when to replace the array?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
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?
what is program status data structure?
When it is desirable to describe files Internally?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How many program bind in one module....
how do I play {insert rpg system here}?
what is the necessary keyword needed to scroll subfile records?
How can we know running job is batch or interactive?