without logical file we cannot access the data in physical
file.but we specify physical file in the program(ie:- Ffile
IF E k disk).how can it be accessed?
Answers were Sorted based on User's Feedback
Answer / sakthi
we can access the data from PF directly even without LF.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / gvsp,as4
we can accessed the data of a physical file by using EXTMBR(*ALL)
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / pat
I am not sure what your question is. You an access a
physical file: 1) If it is a primary file with the RPG cycle
2) It can be read. 3)If it is keyed it can be accessed as
you would a logical file.
| Is This Answer Correct ? | 6 Yes | 0 No |
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
what is the difference between the procedure and module in ILERPG?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
What you have to do in the display file when you are using message subfile?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
How to read a record from file where there is multiple record occurrence is available?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS
What is difference between bind by copy and bind by reference?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
How can i check the object existance in RPG program without using QCMDEXC command.