View previous topic :: View next topic |
Author |
Message |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Wed Jul 09, 2003 8:27 am Post subject: |
|
|
Hi
Find the unique keywords of each language, then -
- Run SUPERC to find these keywords and produce a list by types.
or
- Write REXX that reads & scans (using EXECIO/Edit-Macro) each member, and then copies it to the appropriate pds.
O.
________
Giancarlo Baghetti
Last edited by ofer71 on Sat Feb 05, 2011 10:58 am; edited 1 time in total |
|
Back to top |
|
|
zatlas Beginner
Joined: 17 Dec 2002 Posts: 43 Topics: 4
|
Posted: Wed Jul 09, 2003 12:26 pm Post subject: |
|
|
Hi
the solution for both requirements is using a series of Rexx processes to parse and analyze your input (Perl would be a better choice, but it is only available on the mainframe under Unix services.)
Be aware though that the second requirement could become very involved. Some companies invested many man-years to develop and fine-tune the appropriate processes. You may shorten your work by contracting such companies' services.
ZA |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Jul 09, 2003 1:35 pm Post subject: |
|
|
Just a personal preference but there are some ISPF edit benefits if you name them userid.source.language rather than userid.language.source |
|
Back to top |
|
|
|
|