Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
[Solved]what are input and output procedure for SORT?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
ksannigeri

New User


Joined: 08 Apr 2005
Posts: 15

PostPosted: Mon Jul 11, 2005 4:47 pm    Post subject: what are input and output procedure for SORT?
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
References
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 279
Location: India

PostPosted: Sun Jul 17, 2005 2:06 pm    Post subject: Re: what are input and output procedure for SORT?
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: 15

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

hi PARIKSHIT,

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

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

Senior Member


Joined: 03 Aug 2005
Posts: 304

PostPosted: Mon Aug 08, 2005 12:17 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1