IBM AS400 AllOther (736) Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
3 8488When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
HCL,
2 8217i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
CTS,
2 10324what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)
IBM,
2 9317How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
CGI,
5 10883Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
IBM,
4 9254what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
HCL,
2 13777When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
5 13182what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
IBM,
2 6891how to handle job errors in as400 what is the command and where can we find out whether the job has any errors
2 12365
how do handle file exception/error?
What is a query can be displayed without saving it?
how many maximum spaces could be given in o specs?
why is the declare cursor statement is used for?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
in conjunction with which statements can orxx and andxx conditions be used ?
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)
Explain the difference between section, paragraph and sentences?
what is the use of data structures?
what is *inzsr used for?
what is the favicon.ico request that my site receives now and then?
can a indexed file be accessed in arrival sequence in rpg program?
How to declare the pull button in AS/400..
how can database records be read without lock ?