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 redefine and its syntax?
What is input procedure?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
It's possible use %TRIM statement like rpgile?
When search all is used in cobol program without sorted input data
how array can be declare in cobol?
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 * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
Explain the syntax of sort?
write a cobol program to display prime numbers between 1 to 100?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain what all the conditiones required for using open opcode on a file?
what is the cobol compiler?