HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION?
CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
Answers were Sorted based on User's Feedback
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. 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.
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
Can we have a Physical file without any member ? Please let me know
What is the purpose of PUTOVR keyword?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
3 members in databasefile .how to read records from all the members??
Can you copy the records created by the OPNQRYF to other files and how?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
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.
How to print Superscript / Subscript from RPG400