IBM AS400 AllOther (736) write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 20357How can we find from which source the program has been compiled for a given RPGLE program object?
5 15334what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
8 12972An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
3 13046A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
3 7539What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
5 8011Please 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.
2472You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
1 5225I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
6 15475How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
8 23230I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
3 6931
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
difference between sflrcdnbr and sflnxtchg?
what do you mean by an input subfile, what are the keywords required?
how can you display specific subfile page on the screen in unequal subfile?
A join logical file has how many record formats?
what is *iso date format?
what is a keyed physical file?
how do handle file exception/error?
when would you prefer logical file than opnqryf?
what is the function of cpyf command?
How to reverse a string using RPG?
What is array in as400? What are the types of array?
What is data structure in as400? What is the use of data structure?
what are all the contents of subfile?
Explain the difference between search and searchall?