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.
6 11627suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
1 4102suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
1 4193How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
2 7533How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
1 4129
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
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?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How many program bind in one module....
what do you mean by an input subfile, what are the keywords required?
how do I declare a minor?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How would display prime numbers using CL program?
can I touch the array during treatments?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
When it is desirable to describe files Internally?
How to handle duplicate error handling in RPG?
how do I declare a table or array in rpg iv?