How to create a key field for a logical file inside RPG?
Answers were Sorted based on User's Feedback
Answer / rajesh n
In D Spec use KFLD and key field name.
Example:
KFLD Fld1.
| Is This Answer Correct ? | 5 Yes | 6 No |
what is ment by "MDT"
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
Can a indexed file be accessed in arrival sequence in RPG?
How to set on/off a group of indicators in a single statement?
what is file information data structure?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
what do you mean by an input subfile, what are the keywords required?
What is the syntax of passing parameters to a procedure by value?