What is a Device file?
Answer / anuj tiwari
A device file contains the description of how data is to be presented to a program from a device or vice versa. Device file can be Printer, Disk, Tape and Remote system.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of RTVMBRD command?
records can be read/update/deleted with which file?
What is the difference between crtdupobj and copyf?
can a indexed file be accessed in arrival sequence in rpg program?
What Is The Error If We Don't Get Login Screen?
What is file access opcodes?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
How can we change the uppercase to Lowercase in RPG?
Hi, can you plz tell me ...syntax for GET command in FTP & SFTP is same or different???
What are the valid user defined data area types?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?