Anybody know the difference of primary file and full
procedural file

Answer Posted / syam

Primary File = Record will be processed in order strarting
to end by rpg program control(open,read,process,close).
User can't change this order.
Full Procedual file = User can control any order by rpg
program opcode. User can change any order by rpg opcode.

Is This Answer Correct ?    22 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Interviewer asked me write down DDS for load all subfile .can anybody write dds

1011


can I touch the array during treatments?

750


what is data area and how it is used in rpg program ?

750


How many program bind in one module....

2115


Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?

511






how do I declare a minor?

707


what is an online rpg?

722


how can I tell when to replace the array?

695


How Chain operation copies the record's data to the input buffer for the program?

1076


do you use message subfiles? What are the necessary keywords required coding a message subfile?

681


what is the difference between do while and do until?

697


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2366


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

824


What is file identifier where we can use?

639


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

1457