IBM AS400 AllOther (736) What is the necessary keyword used in a physical file to refer field definitions from the field reference file?
1 1758
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
define what a data area is along with a brief example of what it may be used for?
In 'o' Specs What Is The Opcode For Write?
what is cab?
how many files, printer files you can describe in a rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
Can level check error occur if we do chgpf?
how do you pass parameters in cl?
how do you read data area in an rpg program?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
explain the purpose of keep and assume keywords?
how will you search an array?
how can you detect and handle a record lock situation?