MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Extracting a PANVALET library to PDS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Claes
Beginner


Joined: 20 Apr 2015
Posts: 7
Topics: 2
Location: Denmark

PostPosted: Mon Nov 26, 2018 7:25 am    Post subject: Extracting a PANVALET library to PDS Reply with quote

Hi,

At my installation, we got some old PL/I code residing in a PANVALET library. How can I get the members decompressed and copied into a PDS? I searched the net, and came up with a promising hit: https://docops.ca.com/ca-panvalet/14-6/en/using/copying-members-to-a-pds, but I cannot figure out how to use the example provided there:
Code:
//jobname    JOB  job information
//stepname  EXEC  PGM=PAN#1
//PANDD1      DD  DSN=PAN.VALET,DISP=SHR
//PDSOUT      DD  DSN=OUTPUT.PDS,DISP=SHR
//SYSPRINT    DD  SYSOUT=A
//SYSIN       DD  *
++OPTION OUTPUT,PDSOUT
++WRITE WORK,*
/*

....as my installation does not accept # in the JCL..? I tried to remove '#1', and got another funny error code:
Code:
CAS9180E - CPU 2B81C7 REQUIRES A LMP KEY TO RUN PROD (X8)

Does anyone here have knowledge about these issues? Any kind of help is much appreciated! Smile
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12368
Topics: 75
Location: San Jose

PostPosted: Mon Nov 26, 2018 8:30 am    Post subject: Re: Extracting a PANVALET library to PDS Reply with quote

Claes wrote:
Hi,

....as my installation does not accept # in the JCL..? I tried to remove '#1', and got another funny error code:
Code:
CAS9180E - CPU 2B81C7 REQUIRES A LMP KEY TO RUN PROD (X8)

Does anyone here have knowledge about these issues? Any kind of help is much appreciated! Smile


Claes,

I think your shop has a JCL Check exit that checks for # in the JCL and errors them out. Did you try coding the hex value? X'7B' for the # and submit it?

Alternatively if you know the library where the load module PAN#1 resides then you can create an ALIAS without the # in the name and run that version.

Note that Filemanager/File-aid can extract data from Panavalet libraries. So if your shop has these tools you can try them too.

The error message you got seems to be from not activating the option product of Endevor. So check with your systems programmer.

CAS9180E - CPU xxxx REQUIRES A LMP KEY TO RUN PROD
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Claes
Beginner


Joined: 20 Apr 2015
Posts: 7
Topics: 2
Location: Denmark

PostPosted: Mon Nov 26, 2018 9:48 am    Post subject: Reply with quote

Thanks, Kolusu. I will try to investigate more. Appreciate your response! Thanks a lot.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group