RPG400 Interview Questions
Questions Answers Views Company eMail

what is estimation? and what is the level identifier parameter in PF?

TCS,

3 7868

IN RLU what are the record level keyword is used?

iGate, TCS,

5 13218

what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 8727

what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?

4 17749

Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2141

Can anybody tell me that why we use option(*nodebugio)in H- Spec?

3 23536

can anybody help me that what is the procedure of debugging the service program?

CSC,

3 9202

You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?

1 4603

I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?

6 14086

How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 21301

I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.

3 6021

What will happen if we r using seton lr after return or vice versa.

5 19072

One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?

4 7921

Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?

HSBC,

2 8791

What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'

2 4613


Post New RPG400 Questions

Un-Answered Questions { RPG400 }

how do you use commitment control in rpg?

850


is this a rpg channel?

768


what is file information data structure?

1541


What are the types of identifiers?

660


how do I preserve and clean the array?

748






What is ment by record level identifier?

746


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

796


can you debug ile rpg program using isdb?

823


How to select highest score of each subject or how to select highest income of every month?

1387


what is kids-rpg?

761


what is the difference between do while and do until?

799


can I touch the array during treatments?

847


How to call one program from another program in RPG? please help me with the code

1347


what is the procedure and explain about real time scenario.

1566


write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen

924