what is importance of 'MAPFLD' IN OPNQRYF FILE ?
Answers were Sorted based on User's Feedback
Answer / elan
Specifies the definition of query fields that are
mapped or derived from other fields. MAPFLD is generally
not needed if the field names specified on other parameters
are simple field names that exist in only one of the file,
member, and record format elements specified for the File
specifications (FILE) parameter.
Up to 50 mapped field definitions can be specified.
| Is This Answer Correct ? | 2 Yes | 0 No |
how can an indexed file be used as arrival sequence in RPG?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
can we use cl programming to update or delete physical files
what are the types of identifers
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to find d key field of a pf that doesn’t have source physical file?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
What is the difference Return and InLr?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
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