IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

[Solved]what are input and output procedure for SORT?


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ksannigeri

New User


Joined: 08 Apr 2005
Posts: 18

PostPosted: Mon Jul 11, 2005 4:47 pm
Reply with quote

hI ALL,
CAN ANYONE TELL ME what are input and output procedure for SORT?

BYE
KIRAN
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Sun Jul 17, 2005 2:06 pm
Reply with quote

Input and output procedures for SORT verb are simply
user defined procedures (coded normally with para or sections) which are used in conjuction with SORT verb.

When used with SORT, input procedure will be run before the records are released for sorting. and output procedure will run after the sorting.

Much useful when you want to fileter out or process the record BEFORE or AFTER the sort.

Not to mention, external sort used in JCL is much faster and efficient ways to SORT data.


Please let me know if you require more clarification.
Back to top
View user's profile Send private message
ksannigeri

New User


Joined: 08 Apr 2005
Posts: 18

PostPosted: Tue Jul 19, 2005 11:59 am
Reply with quote

hi PARIKSHIT,

thank you for your reply.........

ok
bye
kiran
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Mon Aug 08, 2005 12:17 pm
Reply with quote

The INPUT PROCEDURE clause acts like a PERFORM, indicating the logic to go to a different paragraph (i.e. procedure).

If you just want to print specific sorted fields you would use an OUTPUT PROCEDURE

icon_lol.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts JCL sort card - get first day and las... JCL & VSAM 9
Search our Forums:

Back to Top