1.I have a Physical file with 100 records, No duplicates
exists, all are Unique,But while i am running Runqry utility
i am getting only 80 records..What could be the reason?

Answer Posted / ravikumar895

Both answers are correct...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is *place and *auto keyword in prtf ?plz explain

2732


What is a record lock error?

1274


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.

760


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

718


What is the difference between iter and do?

682






How to handle duplicate error handling in RPG?

1691


How can we know running job is batch or interactive?

660


what is the procedure and explain about real time scenario.

1484


what is program status data structure?

1396


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1567


What is difference between bind by copy and bind by reference?

1738


how do I declare a table or array in rpg iv?

741


how does the rpg element work?

724


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2521


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.

2058