Author |
Message |
Topic: allocating the PDS memeber through REXX |
imdaboss
Replies: 7
Views: 4092
|
Forum: TSO and ISPF Posted: Tue Jan 24, 2006 5:52 am Subject: allocating the PDS memeber through REXX |
Supposing the PDS's name is 'THISIS.ANAME', doing:
address TSO
"ALLOC DD(TEST) DSN('THISIS.ANAME(NEWMEMBR)') SHR"
This will allocate a new member in the PD ... |
Topic: Sort a stem |
imdaboss
Replies: 4
Views: 2668
|
Forum: TSO and ISPF Posted: Wed Jan 11, 2006 5:06 am Subject: Sort a stem |
Seeing that the stem is not very big, I'll probably code an inline sort then.
Thank you for your replies. |
Topic: Sort a stem |
imdaboss
Replies: 4
Views: 2668
|
Forum: TSO and ISPF Posted: Tue Jan 10, 2006 12:58 pm Subject: Sort a stem |
Hello,
I've a REXX program which has an internal stem that contains strings.
The thing is I need to sort the stem and I was wondering what is the best way to do it.
I could do a selection sort al ... |
|