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 |
How to detect record is locked in cobol/400? What is the solution for that?
Explain the input procedure?
Can we open close file in COBOL any number of times?
Explain the syntax of sort?
what is the cobol compiler?
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the syntax of redefine?
What is comp?
how array can be declare in cobol?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
define comp?
Define sort?