⟩ When search all is used in cobol program without sorted input data?
SEARCH ALL is a binary search. So, the data needs to be in
sorted order and the array used for search all operation
should have index by.
SEARCH ALL is a binary search. So, the data needs to be in
sorted order and the array used for search all operation
should have index by.
What is the length of Signature?
What is file identifier where we can use?
Explain MDT?
What are the types of identifiers?
Why we cannot call a service program? If I add a PEP can i call the service program?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program?
What is MONOSYSPLEX?
What is SYSPLEX?
What is PARALLEL SYSPLEX?
What is the best way to code to provide me the info that there are disks in the array failing or failed? How to code? Run in batch?