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 |
how does the rpg element work?
Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
1.The questions have given an array declaration and move operation then this statement is correct or not?
can anybody explain significance of *loval setll with example code????
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
Anybody can explain the difference between SFLCLR & SFLINZ?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
How Chain operation copies the record's data to the input buffer for the program?
what are the array operations?
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
How can we receive values from a called procedure in RPG?