
POSTED: Jan 20, 2012 7:05 AM (GMT)
what is the advantage of Special file over disk file?
There is no advantage. Why would you think there would be an advantage? A ’special’ file is little more than a way to use RPG to interface with some external programmed function. The ’special’ file can provide a stable interface while the function behind it goes through significant change.
Nowadays with RPG IV, there are far better alternatives — procedures, functions, service programs.with signatures, access to essentially all APIs. Essentially everything that could have been done in old RPG with ’special’ files can be done better in RPG IV without needing them.
Tom















