How to copy Panvalet Members to a PDS - ISPF does not work..

CA-7 Job Management and CA's Workload Automation Restart & Tracking Tool CA-11, CA-ADC2, CA-Manager, CA-Jobtrac, CA-ESP (formerly Cybermation), ASG-ZEKE, ASG-Workload Scheduler (formerly BETA42),BMC Control-M, IBM Tivoli Workload Scheduler (TWS, formerly OPC, OPC/A, OPC/ESA, Maestro) JES3 DPC (Dependent Job Control)
Post Reply
Ashish Mathew
Registered Member
Posts: 50
Joined: Thu Jun 27, 2013 6:17 pm

How to copy Panvalet Members to a PDS - ISPF does not work..

Post by Ashish Mathew »

Hi,

I need to copy Panvalet members to a PDS. I tried using the ISPF 3.3 option with the "From" as the Panvalet Datasource and the "To" as the PDS. This doesn't work. How can I do this?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: How to copy Panvalet Members to a PDS - ISPF does not wo

Post by Robert Sample »

The Panvalet documentation has information on the JCL to use for batch copies and the TSO panels for online (TSO) copy. Panvalet libraries (IIRC) are not "normal" PDS libraries and hence you cannot use IEBCOPY or ISPF functions directly -- only through the provided JCL / panels.
Ashish Mathew
Registered Member
Posts: 50
Joined: Thu Jun 27, 2013 6:17 pm

Re: How to copy Panvalet Members to a PDS - ISPF does not wo

Post by Ashish Mathew »

Thanks Robert.

Do you know a way of doing it in Panavelet? I know, you might not be a user of Panavelet, however in case you've used it ever...
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: How to copy Panvalet Members to a PDS - ISPF does not wo

Post by Robert Sample »

Google let me find a reference to this JCL

Code: Select all

//STEP0100  EXEC PGM=PAN#1             
//PANDD1    DD DSN=PROD.PANAVALET.SOURCE,DISP=SHR
//PDSOUT    DD DSN=OUTPUT.PDS,DISP=SHR
//SYSPRINT  DD SYSOUT=* 
//SYSIN     DD *     
++OPTION  OUTPUT,PDSOUT,MEMBERNAME
++WRITE  WORK,MEMBERNAME
/* 
which purportedly works if there are no ++INCLUDE statements. Note that this is untested code from a source of unknown reliability.
Ashish Mathew
Registered Member
Posts: 50
Joined: Thu Jun 27, 2013 6:17 pm

Re: How to copy Panvalet Members to a PDS - ISPF does not wo

Post by Ashish Mathew »

Thanks Robert.

I was able to use a JCL with the help Panvelet admin in my office.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Scheduling Software for MVS, OS/390 and zOS”