what is arrival sequence?
Answer / anuj tiwari
The records will be accessed the way in which records are added to physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
define the purpose of the leave operation?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
which are the string manipulation opcodes?
What is the purpose of CHGPF (Change physical file) command?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
What is array in as400? What are the types of array?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
What is the exact difference between Service Program and Binding Directory?
what is rpg ?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM Can u plz tell me what the above code do exactly?
How to reverse the string in rpg