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 

PKZIP - Problem in PC File Name

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


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Tue Jun 15, 2004 6:26 pm    Post subject: PKZIP - Problem in PC File Name Reply with quote

I have problem in PKZIP.
The PC File name which I gave in the below parameters is come as it is.(with quotes),which I do not want.

Here is the code....

I am using PKZIP (Version 5.6.0)


Code:

//PKZIPFLS EXEC PGM=PKZIP,
//        PARM='-ARCHIVE(&ZIPDSN)'
//STEPLIB  DD DSN=SYS3.PKZIP.LOAD,DISP=SHR
//SYSOUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//ID001    DD DSN=MY.MAINFRAM.INPUT.DATASET,DISP=SHR
//SYSIN    DD *
-ACTION(ADD)
-ARCHUNIT(SYSDA)
-ARCHSPACE(CYL)
-ARCHPRIMARY(600)
-ARCHSECONDARY(600)
-GDGALL_SUPPORT(N)
-INFILE(ID001)
-ZIPPED_DSN(MY.MAINFRAM.INPUT.DATASET,-
 'My PC File Name.txt')
-TEXT
-FILE_TERMINATOR=
-SHOW_SETTINGS
/*

_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Tue Jun 15, 2004 6:58 pm    Post subject: Reply with quote

Use:

-ZIPPED_DSN(*,My PC File Name.txt)
Back to top
View user's profile Send private message
Venkata Ramana Reddy
Beginner


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Mon Jun 21, 2004 6:13 pm    Post subject: Reply with quote

superk,
Sorry for the late reply.It worked....
_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Mon Jun 21, 2004 8:45 pm    Post subject: Reply with quote

Great!

Nice to know I get one right every once in a great while!
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