⟩ What is INPUT PROCEDURE and OUTPUT PROCEDURE?
SORT WORKFILE ASCENDING KEY EMP-NO
INPUT PROCEDURE PARA-1
OUPUT PROCEDURE PARA-2.
SO INPUT PROCEDURE(RELASE THE RECORDS FOR SORTING)
OUTPUT PROCEDURE(RETURN THE SORTED RECORDS).
SORT WORKFILE ASCENDING KEY EMP-NO
INPUT PROCEDURE PARA-1
OUPUT PROCEDURE PARA-2.
SO INPUT PROCEDURE(RELASE THE RECORDS FOR SORTING)
OUTPUT PROCEDURE(RETURN THE SORTED RECORDS).
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?
So manual and automatic are the connect options for a set. What are the disconnect options?
Distinguish among erase, erase permanent, erase selective and erase all?
Why would you use find and get rather than an obtain?