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


Please Help Members By Posting Answers For Below Questions

How to write record if no field or the field are different in physical file in rpgle ?

580


can you debug ile rpg program using isdb?

825


What is ment by record level identifier?

746


What is file identifier where we can use?

728


What are the types of identifiers?

660






how can I tell when to replace the array?

783


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

814


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?

887


what is program status data structure?

1559


When it is desirable to describe files Internally?

1275


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?

590


How many program bind in one module....

2230


how do I play {insert rpg system here}?

672


what is the necessary keyword needed to scroll subfile records?

784


How can we know running job is batch or interactive?

749