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 |
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?
how can an indexed file be used as arrival sequence in RPG?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
How do you do indexing in a physical file?
How can i keyed a flat file in RPGLE
difference between CHAIN and READE?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
Can a indexed file be accessed in arrival sequence in RPG?
What is the syntax of passing parameters to a procedure by value?
How to print Superscript / Subscript from RPG400