⟩ How to detect record is locked in Cobol/400?Wat is the solution for that?
Check the file status, if the file status is 9D then it indicates that the record is locked. Solution should be READ the file with NO LOCK.
Check the file status, if the file status is 9D then it indicates that the record is locked. Solution should be READ the file with NO LOCK.
WHAT IS MENT BY RECORD LEVEL IDENTIFIER?WHAT IS THE PURPOSE OF THIS?
If my rpg program has a date field, What extra care I have to take while compiling that RPG program?If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
Errors in Sql query will be in which state?
This is rpg3 code W0RTN IFEQ @CN,002 What is the means @CN,002?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular NAME field. How can we do the above using SEARCH criteria other than using the IF cond?
We have job which is running as batch. it takes atleast 06hours to complete tht job. bu i wanna do tht job with in 3hours?
What is the length of Signature?
What is file identifier where we can use?
Explain MDT?