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 

Copy Panvalet members with include to PDS

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


Joined: 03 Jan 2003
Posts: 283
Topics: 27
Location: US

PostPosted: Fri Feb 13, 2004 5:14 am    Post subject: Copy Panvalet members with include to PDS Reply with quote

Folks,

The following JCL will copy a single member(that does not have ++INCLUDE commands throughout the member) to a PDS:

Code:

//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
/*


Now, how would we achieve the same if it has ++INCLUDE. Should we be using any parms to the program with the includes embedded as it is.

Cheers,
Coolman.
________
Toyota K transmission specifications


Last edited by coolman on Sat Feb 05, 2011 1:34 am; edited 1 time in total
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Mon Feb 16, 2004 9:17 am    Post subject: Reply with quote

Coolman,

When members (that contain ++INCLUDEs throughout the member) are written to a PDS, it may be necessary to use the CA-Panvalet GROUP PROCESSOR, also known as PGP. This is documented in the CA-Panvalet for OS/390, VSE Extended Features Guide. This feature automates the process of generating the ++WRITE WORK commands, and it stores the commands in the SYSPUNCH file that is specified.

You must edit the SYSPUNCH file to insert a ++OPTION OUTPUT command before each ++WRITE WORK command. CA-Panvalet does not automate the process of generating the ++OPTION commands.

Read Chapter 4 in here about the CA-Panvalet GROUP PROCESSOR

Hope this helps...

Cheers

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


Joined: 03 Jan 2003
Posts: 283
Topics: 27
Location: US

PostPosted: Mon Feb 16, 2004 11:20 pm    Post subject: Reply with quote

Kolusu,
Im not able to view the link you had posted. Please advise.

Thanks,
Coolman.
________
Toyota TR engine history


Last edited by coolman on Sat Feb 05, 2011 1:34 am; edited 1 time in total
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Tue Feb 17, 2004 6:07 am    Post subject: Reply with quote

Coolman,

The above link is a FTP link and it works. May be it is your firewall which is preventing you from accessing an ftp link.

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


Joined: 03 Jan 2003
Posts: 283
Topics: 27
Location: US

PostPosted: Wed Feb 18, 2004 7:12 am    Post subject: Reply with quote

Kolusu,
I was able to finally download the link with the help of my network people. There is a way to do this, without this GROUP PROCESSOR "". You just need to code as given below for all of the panvalet members except that you need to handle your PDS member name appropriately.

Code:

++WRITE WORK,<memname>                                               



Thanks a lot Kolusu for your time and help on this.

Cheers,
Coolman.
________
iolite reviews
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