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 10332I 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 11838The 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 12081Hi,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 4801what 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 9705
list some of the commonly used commands for debugging?
What is the difference between copybooks and subprocedures in as400?
Space & Skip Are Which Level Keywords?
How to detect record is locked in cobol/400? What is the solution for that?
what is the version of os/400 that we have?
How to call one program from another program in RPG? please help me with the code
what opcode will be used to test the zone of a character field?
describe the difference between the dowxx and douxx operations?
what is the command used to invoke rlu ?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is program status data structure?
what is the purpose of indicators in rpg?
Explain the syntax of redefine?
When it is desirable to describe files Internally?
what is subfile?