View previous topic :: View next topic
|
Author |
Message |
elixir1986
New User
Joined: 10 Nov 2015 Posts: 45 Location: USA
|
|
|
|
Hi Team,
I have close to 10000 batch/online programs.
I need to get their "Browse Compressed Listings" into a PDS.
I am able to get "Browse Compressed Listings" of a single program and view in changeman. I am not sure how to save it.
Any suggestion much appreciated. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Please talk to changeman site support. |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
Simple - get the generated data set name that you are browsing, split screen, view/edit the same and save under a new name. |
|
Back to top |
|
|
elixir1986
New User
Joined: 10 Nov 2015 Posts: 45 Location: USA
|
|
|
|
Rohit Umarjikar wrote: |
Please talk to changeman site support. |
They asked me to research.
Nic Clouston wrote: |
Simple - get the generated data set name that you are browsing, split screen, view/edit the same and save under a new name. |
As mentioned earlier, "I have close to 10000 batch/online programs."
I am not sure if we would want to do one by one. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Quote: |
I am not sure if we would want to do one by one. |
You don't really have a lot of choice. You need some way to identify the listings to expand; if you can use SAS or REXX or even COBOL to get the program names you want to expand, you could write a program to read the program names and generate batch jobs (40 or so at 255 steps each) to use SERCOPY to copy your 10,000 program listings to a PDSE (I wouldn't recommend PDS for this). Otherwise, you need to create the JCL program by program for all 10,000 programs.
Why not contact the vendor to see if they have any other way to help? |
|
Back to top |
|
|
|