what is INPUT PROCEDURE and OUTPUT PROCEDURE?
Answers were Sorted based on User's Feedback
Answer / harish
Hi
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).
Harish poomgame shivappa
NIIT Technolgies
Kolkata
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / mvrk
If we want to filter few records before sorting is done we use INPUT PROCEDURE. If we want to filter few records after sorting is done we use OUTPUT PROCEDURE.
| Is This Answer Correct ? | 13 Yes | 3 No |
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain the input procedure?
What is the syntax of redefine?
what is the difference between SEARCH and SEARCHALL?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
When search all is used in cobol program without sorted input data
what is the difference between comp & comp-3?
Explain the output procedure?
Define sort?
Deleting a record from a Sequential file.
seqence numbers in cobol
What is perform?