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 

FTP'ing source programs - PANVALET

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


Joined: 09 Sep 2005
Posts: 124
Topics: 52
Location: Chicago

PostPosted: Mon Feb 02, 2009 11:47 am    Post subject: FTP'ing source programs - PANVALET Reply with quote

Hi all,

I want to ftp some of the SOURCE programs from PANVALET, but in the FTP tool its not even showing the SOURCE library (may be because its PANVALET Library).

Could some one please let me know how can FTP the source programs or is there any option in PANVALET to be take care of so that the members in the library can be viewed for FTP'ing.

Please advice.

Thank you
Rolling Eyes
_________________
Tx
Digger
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Mon Feb 02, 2009 11:58 am    Post subject: Reply with quote

MFdigger,

You can go use the panavalet program pan#1 or FILEMANAGER/Fileaid to extract the programs from panavalet libraries to a regular FB 80 byte datasets which you can FTP.

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MFdigger
Beginner


Joined: 09 Sep 2005
Posts: 124
Topics: 52
Location: Chicago

PostPosted: Thu Feb 12, 2009 10:26 am    Post subject: Reply with quote

Hi Kolusu,

Sorry for my delayed response.

Thank you for providing the details. We have File Manager , but I'm not able to copy the members from Panvalet.

Could you please hlep me in providing the JCL with PAN#1 to copy the members into my dataset.

Thank you once again for your hlep
Rolling Eyes
_________________
Tx
Digger
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Thu Feb 12, 2009 10:34 am    Post subject: Reply with quote

any compile will have the pan#1 as the first step.
you can copy the jcl (with your sites syntax) from sdsf.
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Thu Feb 12, 2009 11:29 am    Post subject: Reply with quote

MFdigger,

Code:

//STEP0100  EXEC PGM=PAN#1
//PANDD1    DD DSN=Your panvalet.library,DISP=SHR
//PDSOUT    DD DSN=your pds,DISP=SHR
//SYSPRINT  DD SYSOUT=*
//SYSIN     DD *
++OPTION  OUTPUT,PDSOUT,memname
++WRITE  WORK,memname
/*                   
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MFdigger
Beginner


Joined: 09 Sep 2005
Posts: 124
Topics: 52
Location: Chicago

PostPosted: Fri Feb 13, 2009 10:30 am    Post subject: Reply with quote

Hi kolusu

I have used the same JCL with the same options as you provided in SYSIN, but its showing the error message as below

Code:

ABCD.XXXX.SOURCE                                       145SP01    10.25.19
0 ++OPTION  OUTPUT,PDSOUT,AXXX123K                                             
 ***** INVALID COMMAND *****                                                   
  ++WRITE  WORK,AXXX123K                                                       
 ***** UNSATISFACTORY ACTION DUE TO ERROR *****                                 
-FILE VERSIONS:  PANDD1 => V14.5          PANDD2 => NOT-USED       PANDD3 => NOT
******************************** BOTTOM OF DATA ********************************


Please advice Rolling Eyes
_________________
Tx
Digger
Back to top
View user's profile Send private message
MFdigger
Beginner


Joined: 09 Sep 2005
Posts: 124
Topics: 52
Location: Chicago

PostPosted: Fri Feb 13, 2009 10:32 am    Post subject: Reply with quote

Hi Kolusu,

Sorry, it worked for me. I didnt started the options in SYSIN from the first column. Thank you.

Could you please let me know how I can mention multiple member names if I want to copy more than one at a time.

Please advice
_________________
Tx
Digger
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Fri Feb 13, 2009 4:57 pm    Post subject: Reply with quote

MFdigger wrote:
Could you please let me know how I can mention multiple member names if I want to copy more than one at a time.
Please advice


Mfdigger,

I don't remember the syntax that well. I think you just need to repeat the write parm for the members you need to copy

Code:

++WRITE  WORK,memname 1
++WRITE  WORK,memname 2
++WRITE  WORK,memname 3

_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming 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