PKZIP - Problem in PC File Name
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Utilities

#1: PKZIP - Problem in PC File Name Author: Venkata Ramana ReddyLocation: California PostPosted: Tue Jun 15, 2004 6:26 pm
    —
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
/*

#2:  Author: superk PostPosted: Tue Jun 15, 2004 6:58 pm
    —
Use:

-ZIPPED_DSN(*,My PC File Name.txt)

#3:  Author: Venkata Ramana ReddyLocation: California PostPosted: Mon Jun 21, 2004 6:13 pm
    —
superk,
Sorry for the late reply.It worked....

#4:  Author: superk PostPosted: Mon Jun 21, 2004 8:45 pm
    —
Great!

Nice to know I get one right every once in a great while!



MVSFORUMS.com -> Utilities


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group