|
|
| Author |
Message |
hariharan_82
New User
Joined: 18 Apr 2007 Posts: 11 Location: Chennai
|
|
|
|
Hi all,
I am trying to use REXX macro to pass values/change the INCLUDE COND in my SORT card.
1) To begin with I need to know how to allocate a file using REXX
2) How to open and edit the file each time the control parameters are changed. i.e.
SORT FIELDS=COPY
INCLUDE COND=(1,3,CH,EQ,C'HRE')
Here the value HRE will not be th same always. I want to pull HRE value from REXX (I mean the user would end up entering it)
Is this possible> If so How do I do it?
Thanks,
Hariharan |
|
| Back to top |
|
 |
References
|
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 510 Location: work
|
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2159 Location: Phoenix, AZ
|
|
|
|
Hi Pedro,
"TSO books" link is excellent, great collection, Thanks..Gratitude.. . Kept for my future reference.. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3509 Location: Brussels once more ...
|
|
|
|
| hariharan_82 wrote: |
Hi all,
I am trying to use REXX macro to pass values/change the INCLUDE COND in my SORT card.
1) To begin with I need to know how to allocate a file using REXX
2) How to open and edit the file each time the control parameters are changed. i.e.
SORT FIELDS=COPY
INCLUDE COND=(1,3,CH,EQ,C'HRE')
Here the value HRE will not be th same always. I want to pull HRE value from REXX (I mean the user would end up entering it)
Is this possible> If so How do I do it?
Thanks,
Hariharan |
Personally I would look at the ISPF file tailoring services
ISPF services are HERE ! |
|
| Back to top |
|
 |
|
|