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 |
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
What is the syntax of sort?
What is sort? And its syntax?
How we create file in COBAL400
How COBOL helps Mainframe to maintain large records ???
how array can be declare in cobol?
what is the difference between SEARCH and SEARCHALL?
Explain how to update data area in cobol 400 program?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
What is the actual use of fillers?
What is redefine?
Code how to read 5th element of the array?