what is difference between DSPFD and DSPFFD?please give me
real senario with good example?
Answer / swadesh.yadav
Suppose i have a file 'ABC' and i want to know that how
many fields,how many records,when it was created,when was
last used,its access path ,trigger,journal,total member
these file have- with DSPFD command we can findout easily.
Suppose anyone want to know about there field in detail(i.e
name of the field also)we use DSPFFD b'cos DSPFD is not
diplay it field name.
In brief,DSPFFD is not able to findout-Trigger
name,Journal, Access path,Key field but DSPFD can find it.
| Is This Answer Correct ? | 38 Yes | 1 No |
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
How can you delete records form a file in rpg without using "Delete" OPCODE?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
what is the equivalent keyword for CHAIN opcode ??
how do I preserve and clean the array?
Write a program to display prime numbers between 1 to 100 using RPGLE.
Can more than one subfile record be displayed on one line?
what is commitment control?explain about it?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?