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 |
What is input procedure?
Define perform? And its types?
Define redefine and its syntax?
Code how to read 5th element of the array?
How to detect record is locked in cobol/400?
How COBOL helps Mainframe to maintain large records ???
seqence numbers in cobol
Explain the syntax of redefine?
How we create file in COBAL400
what is the cobol compiler?
How to update data area in cobol 400 program?
How to detect record is locked in cobol/400? What is the solution for that?