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

Define perform?

0 Answers  


Explain the difference between comp & comp-3?

0 Answers  


what is the difference between SEARCH and SEARCHALL?

2 Answers  


How u detect record is locked in Cobol/400 ? Wat is the solution for that ?

2 Answers   CGI,


What are Fillers ? What is the actual use of Fillers ? With small/simple Example..

1 Answers   Patni,






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

0 Answers  


Explain the output procedure?

0 Answers  


What are the types of perform?

0 Answers  


When search all is used in cobol program without sorted input data

3 Answers  


Code how to read 5th element of the array?

2 Answers   CGI,


what is the cobol compiler?

2 Answers   TCS,


how array can be declare in cobol?

6 Answers  


Categories