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 |
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
can you debug ile rpg program using isdb?
Why we cannot call a service program? If I add a PEP can i call the service program?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
Are all these RPG/400 Interviewed Questions being asked recently? are current?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
list down and describe the sub systems vailable
Can we possible to key with the date field?
How do you code file / field renames in ILE RPG?