IBM RPG400 Question:
Download Questions PDF

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?

IBM RPG400 Interview Question
IBM RPG400 Interview Question

Answer:

we have to create multiple threads in the job. when we
submit the job ,multiple threads will run parallelly. so it
will take very less time to complete the job. This is the
best way I believe.

Download IBM RPG400 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the length of Signature?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?