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? And its types?

0 Answers  


What is the syntax of redefine?

0 Answers  


How we can update data area in cobol 400 program?

12 Answers   Accenture,


Explain the input procedure?

0 Answers  


define comp?

2 Answers  






How we create file in COBAL400

1 Answers  


what is the cobol compiler?

2 Answers   TCS,


What is comp?

0 Answers  


Explain the difference between section, paragraph and sentences?

0 Answers  


can i anyone tell me how to use copybooks in cobol

1 Answers  


what is redefine and its syntax?

6 Answers   HCL,


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

2 Answers   Kanbay,


Categories