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 |
Anybody can explain the difference between SFLCLR & SFLINZ?
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?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how do I play {insert rpg system here}?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
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?