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 the difference between comp & comp-3?
what is the cobol compiler?
What are fillers? What is the actual use of fillers? With mall/simple example?
what is the difference between SEARCH and SEARCHALL?
Define redefine?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What are fillers?
What is sort? And its syntax?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
Explain what all the conditiones required for using open opcode on a file?
How we can update data area in cobol 400 program?
Explain how to update data area in cobol 400 program?