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
 
Sort an array using PL/1 Program

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
Prabha
Warnings : 1

Active User


Joined: 05 Dec 2005
Posts: 64

PostPosted: Mon Mar 31, 2008 6:06 pm    Post subject: Sort an array using PL/1 Program
Reply with quote

Hi,

I need to sort an element with array size 3 using PL/1 program(Not in jCL)

Array is declared as

DCL 1 Arr(3),
2 DIS1 fixed(5),
2 DIS2 fixed(5)

Input is
DIS1 DIS2
100 20
80 10
120 20


O/p should be

Input is
DIS1 DIS2
80 10
100 20
120 20


Pls help.
Back to top
View user's profile Send private message
References
PostPosted: Mon Mar 31, 2008 6:06 pm    Post subject: Re: Sort an array using PL/1 Program Reply with quote

Gnanas SNG

Senior Member


Joined: 06 Sep 2007
Posts: 417
Location: India

PostPosted: Mon Mar 31, 2008 6:16 pm    Post subject:
Reply with quote

Please write with your own logic,
possibly.., Bubble sort, Quick sort, etc...
Back to top
View user's profile Send private message
AMITESH
Currently Banned

New User


Joined: 28 Feb 2008
Posts: 3
Location: kolkata

PostPosted: Fri Apr 18, 2008 1:09 pm    Post subject:
Reply with quote

In this case sorting is very easy. you only take care of DIS1 .
If the size of array is 3(fixed) you can do it by if else loop otherwise try to sort it by bubble sort which is the easiest one.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1