⟩ Code how to read 5th element of the array?
In COBOL we can directly access the particular index of the
array using subscript.
Eg: Arrayname(5)
or
Move 5 to indx
Arrayname(indx).
In COBOL we can directly access the particular index of the
array using subscript.
Eg: Arrayname(5)
or
Move 5 to indx
Arrayname(indx).
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?
What sets will the stored record connect to?
What is currency in IDMS?