IBM AS400 AllOther (736) 1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
TCS,
2 10235I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
4 11657The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
6 11829Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
1 4721what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
3 9589
which program rpg or cl is efficent to update a transaction onto a database file and why ?
why is as/400 called object oriented machine?
when would you prefer logical file than opnqryf?
what is procedure prototype and procedure interface.
what is the difference between *like and *namvar ?
what does defn do?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
How many maximum record format a logical file have?
How to select highest score of each subject or how to select highest income of every month?
how can a message from a message file appear as a constant on the screen?
when would you use or not use this approach?
What is data structure in as400? What is the use of data structure?
What is the use of member in pf?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
which of the following operations does not zero the field flda defined as 4,0?