View previous topic :: View next topic
|
Author |
Message |
saubhik
New User
Joined: 21 Sep 2007 Posts: 35 Location: kolkata
|
|
|
|
Can anyone explain me how to sort using PL1. |
|
Back to top |
|
|
ashimer
Active Member
Joined: 13 Feb 2004 Posts: 551 Location: Bangalore
|
|
|
|
Sort what ? |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
Check on top IBM Manuals in manual PL/I Programming Guide
Quote: |
4.1 Chapter 12. Using the Sort program
|
Easy
Cheers
Pierre |
|
Back to top |
|
|
arivazhagan_k
New User
Joined: 05 Dec 2007 Posts: 57 Location: chennai
|
|
|
|
In real time we won't go for PL1 wise sort Since there are lot of power full sort utillities there(Syncsort,Ibmsort....).
If you want explicitly sort in PL1 use array and try your own logic to sort them based on your requirement. |
|
Back to top |
|
|
saubhik
New User
Joined: 21 Sep 2007 Posts: 35 Location: kolkata
|
|
|
|
I want to use cobol like sort in PL1. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Since PL/1 is not COBOL, why on earth would you even THINK you can use a COBOL-like sort in PL/1? Read the manual and use the PL/1 sort. |
|
Back to top |
|
|
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 1512 Location: Virginia, USA
|
|
|
|
The sort you use in COBOL with the sort verb is system default sort package, I would think the same would be true for PL/1. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
better than anybody else, chapter 12 of the Enterprise PL/I Programming Guide
will explain it to You
IBM manuals link at the top of the page |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
( desesperate !!!! ) as already said 5 days ago |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
sorry Pierre, for Intellectual Property stealing
Repetita Juvant, even if sometimes I doubt.... |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
Hi Enrico,
I like to read that just in the middle of my holidays deep inside the Pyrenees between France and Spain.
Keep going
Cheers
Pierre |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
Hi Pierre,
same for me here in Chamonix,
have a good time
enrico
resting sore feets after mountain hiking and climbing |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Just to let you guys know, at least one of us is stuck in a hot sunny office |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
Quote: |
at least one of us is stuck in a hot sunny office |
Hi expat,
air conditioning working, at least ? |
|
Back to top |
|
|
|