what are the key words you must use when using a subfile?
No Answer is Posted For this Question
Be the First to Post Answer
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
i '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.
Delete FileName at first statement in RPG.
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
How can you determine the number of characters in a variable?
Need a sql query: retrieve all duplicate records in table?
Can an indexed file be accessed in arrival sequence in RPG?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
How to read a record from file where there is multiple record occurrence is available?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?