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 12154suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
1 4258suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
1 4357How 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 7830How 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 4330
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How would display prime numbers using CL program?
what is the procedure and explain about real time scenario.
How can we override a file during runtime in rpg?
What is the difference between copybooks and subprocedures in as400?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is program status data structure?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is the use of sflnxtchg?
what is a rpg?
Explain mdt?
how can you display specific subfile page on the screen in unequal subfile?
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?
do you use message subfiles? What are the necessary keywords required coding a message subfile?