what is INPUT PROCEDURE and OUTPUT PROCEDURE?

Answers were Sorted based on User's Feedback



what is INPUT PROCEDURE and OUTPUT PROCEDURE?..

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

what is INPUT PROCEDURE and OUTPUT PROCEDURE?..

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

Post New Answer

More COBOL400 Interview Questions

Deleting a record from a Sequential file.

2 Answers   Polaris,


what is the difference between SEARCH and SEARCHALL?

2 Answers  


What is sort?

0 Answers  


What is input procedure?

0 Answers  


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  






What are fillers? What is the actual use of fillers? With mall/simple example?

0 Answers  


Can we open close file in COBOL any number of times?

2 Answers   Kanbay,


What is output procedure?

0 Answers  


Explain the difference between comp & comp-3?

0 Answers  


what is the difference between section,paragraph and sentences

4 Answers  


How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC

2 Answers   HP,


What is perform?

0 Answers  


Categories