⟩ How to update data area in cobol 400 program?
Either DISPLAY keywords in COBOL-400 we can update the data
area.
For example
MOVE 'bbbb' TO GP-FILLER.
DISPLAY GP-FILLER UPON OTHER-DATA-AREA
FOR "SKDTAARA" LIBRARY "QGPL".
Either DISPLAY keywords in COBOL-400 we can update the data
area.
For example
MOVE 'bbbb' TO GP-FILLER.
DISPLAY GP-FILLER UPON OTHER-DATA-AREA
FOR "SKDTAARA" LIBRARY "QGPL".
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?
What sets will the stored record connect to?