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?
Answer Posted / gvsp,as4
we can accessed the data of a physical file by using EXTMBR(*ALL)
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the purpose of record level identifier?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how does the rpg element work?
can you debug ile rpg program using isdb?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
what is *place and *auto keyword in prtf ?plz explain
When it is desirable to describe files Internally?
What are the types of identifiers?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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.
can I touch the array during treatments?
what do you mean by an input subfile, what are the keywords required?
what is the use of sflnxtchg?