⟩ Can we define an alternate index on VSAM/RRDS?
No
No
What is the difference between Null compression and default compression?
How will you the specification of database file?
How to initialize a variable which is a constant in a LDA. Suppose I want to declare a variable #a N1(17) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
What is adabas?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening?
What are the commands that can be executed in CLP but not in RPG? Why?
Why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different?
What is the difference between ITER and DO? We know both are used to execute set of statements repeatedly, but what is the main difference?
Explain this error "All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored."?
How to search particular records from the database file in RPG?Suppose, 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?