IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to create A3 size PDF using VPSPDF


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kondaveeti

New User


Joined: 21 Apr 2010
Posts: 3
Location: chennai

PostPosted: Thu Dec 02, 2010 2:29 pm
Reply with quote

Hi I have to create a PDF using VPSPDF. Normally we have A4 size PDF creating JCL. Now I have a requirement to create a A3 pdf.

//PSTY0070 EXEC PGM=VPSPDF,
// COND=(8,LT),
// REGION=0K
//STEPLIB DD DISP=SHR,DSN=*.VPS.VPSLOAD
//VPSLIB DD DSN=*.*.VPSLIB,
// DISP=(SHR,KEEP,KEEP)
//MSGFILE DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//*DEFLIB DD DSN=*.USER.FDEFLIB,
//* DISP=(SHR,KEEP,KEEP)
//FDEFLIB DD DSN=*.FDEFLIB,
// DISP=(SHR,KEEP,KEEP)
// DD DSN=*.PSF.FDEFLIB,
// DISP=(SHR,KEEP,KEEP)
// DD DSN=SYS1.FDEFLIB,
// DISP=(SHR,KEEP,KEEP)
//PDEFLIB DD DSN=*.PSF.PDEFLIB,
// DISP=(SHR,KEEP,KEEP)
// DD DSN=*.PDEFLIB,
// DISP=(SHR,KEEP,KEEP)
//PSEGLIB DD DSN=*.USER.PSEGLIB,DISP=SHR
// DD DSN=*.PSEGLIB,DISP=SHR
// DD DSN=*.PSEGLIB,DISP=SHR
//FONT300 DD DSN=*.PSF.FONT300,
// DISP=(SHR,KEEP,KEEP)
// DD DSN=SYS1.FONT300,
//INFILE DD DSN=input dataset,
// DISP=(OLD,KEEP,KEEP)
//OUTFILE DD DSN=&SYSUID..LETTERS.pdffile,
//PARMFILE DD *
PDFOPTS=00000000,
FORMDEF=0101LA,
PAGEDEF=BSTCHK,
PDFPGORT=0,
TRC=Y,
DSPACE=(C,20,20),
KEYPDF=TIBM2094DE22B6.................
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 02, 2010 3:18 pm
Reply with quote

what does the VSPDF documentation say on the subject ?
Back to top
View user's profile Send private message
kondaveeti

New User


Joined: 21 Apr 2010
Posts: 3
Location: chennai

PostPosted: Thu Dec 02, 2010 4:59 pm
Reply with quote

I don't have any documentation for this utility. If polssible can any please provide the document and all the attributes for this Utility.

Thanks in advance.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Dec 02, 2010 5:21 pm
Reply with quote

We can not give you access to any documentation which is not readily available due to copyright infringement.

Which means that if the documentation is readily available then it is YOUR job to search the net for it. And if it is not readily available then you need to speak to someone in your organisation to find out how to access the documentation, assuming that you have the product lisence.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Dec 02, 2010 9:29 pm
Reply with quote

Hello,

Code:
//PARMFILE DD *
PDFOPTS=00000000,
FORMDEF=0101LA,
PAGEDEF=BSTCHK,
PDFPGORT=0,
TRC=Y,
DSPACE=(C,20,20),
KEYPDF=TIBM2094DE22B6.................

I suspect some of this is site specific.

You need to talk with whoever supports VPSPDF on your system to learn what you need to change (in addition to getting yourself a copy of the documentation). Site specific values will not be mentioned in the vendor documentation.
Back to top
View user's profile Send private message
kondaveeti

New User


Joined: 21 Apr 2010
Posts: 3
Location: chennai

PostPosted: Fri Dec 03, 2010 11:44 am
Reply with quote

Thanks for everyone in responding to my query. I got the solution when i changed the formdef and included the formlen.

I have changed FORMDEF=C010LA & included FROMLEN=16.5IN

This resolved my problem.

Once again thanks for everyone.[/list][/i]
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Dec 03, 2010 8:05 pm
Reply with quote

Good to hear it is working - thank you for letting us know icon_smile.gif

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Using Java/C/C++ to retrieve dataset ... Java & MQSeries 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top