by satlab » Fri Oct 31, 2008 8:33 pm
This is the jcl that i am using to zip two files.
//STEP020 EXEC PGM=PKZIP
//STEPLIB DD DSN=TECHPRD.PKZIP.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//INFL1 DD DSN=TVDT.N2.VROL.RUA5AV00,DISP=SHR
//INFL2 DD DSN=TVDT.N2.VROL.BUA5AV00,DISP=SHR
//OUTFL1 DD DSN=TVDT.N2.VROL.UA5AV00,
// DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(10,20),RLSE),DCB=(RECFM=FB,LRECL=80)
//SYSIN DD *
-ARCHIVE_OUTFILE(OUTFL1)
-ZIPPED_DSN(TVDT.N2.VROL.RUA5AV00,RUA5AV00)
-ZIPPED_DSN(TVDT.N2.VROL.BUA5AV00,BUA5AV00)
-INFILE(INFL1)
-INFILE(INFL2)
/*
======================================
The content at the end of the zip file is as follows.
ðÉâ.¥¦.kÇH l5g£¡ô.%..¿Ì.¢Ñ...C¼.¥G/4Aââ.R«.¡´..È=.¼.Ú.[¡Îs3·"Ù.&...!.......§+¬.ã
NÃŽeø...R.....ÃŒ...............âà . î..Ã.È.Z390.... .....°.........*.&............
......Ø......TSS315......MCTSTSTD......SCBASE ......DCBASE ...Ã.......Ã....&..
.!.......§+¬.«qc.c...á%....ÃŒ...........o...êà . î..Ã.È.Z390.... .....°.........*
.&..................Ø......TSS271......MCTSTSTD......SCBASE ......DCBASE ...Ã.
......Ã....&...........*.........ëÃÄÃÊÃ!ñ&.Ã?Ê.:.|ë.Â`.&.ï êá...................
******************************** Bottom of Data ********************************
You can see that SMS information (Volume: TSS315,SMS Data Class:DCBASE,SMS Management Class:MCTSTSTD
SMS Storage Class:SCBASE) is there in the zip file.
I do not want this to appear in the zip file. Can you please help me in getting rid of this information from zip file