Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Giving file names to files in ZIP file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Giving file names to files in ZIP file
 Login/Join
 
Member
posted
I am using the below JCL step to zip 2 files in a single zip file. I am able to achieve that using below steps. My query is - Is there some way we can provide the names to the compressed files in zip for example when i open the zip file, i should see 2 files with names TESTF1 and TESTF2. Hope i have explained my requirements clear enough

  

000006 //PKZIP07  EXEC PGM=PKZIP,REGION=0M,TIME=(50,00)         
000007 //INFILA   DD DSN=SS5482.G5482.S5482DWE.DATA,DISP=SHR    
000008 //INFILB   DD DSN=SS5482.G5482.S5482DWF.DATA,DISP=SHR    
000009 //*                                                      
000010 //OUTFILE  DD DSN=SS5482.G5482.S5482DWE.DATA.ZIP,DISP=SHR
000011 //*                                                      
000012 //SYSIN    DD *                                          
000013  -INDD(INFILA)                                           
000014  -INDD(INFILB)                                           
000015  -ARCHOUTDD(OUTFILE)                                     
000016  -METHOD(SUPERFAST)                                      
000017 //*                                                      
000018 //SYSPRINT DD SYSOUT=(,)                                 
000019 //SYSOUT   DD SYSOUT=(,)                                 
000020 //SYSUDUMP DD SYSOUT=(,)                                 

This message has been edited. Last edited by: Kerry,


FOCUS version 7.6.7.
Windows
Excel
 
Posts: 14 | Registered: June 10, 2009Report This Post
Expert
posted Hide Post
Rajiv,

This is a PKZIP question and not something remotely connected to WebFOCUS. Try Googling PKZIP for information.

Try this link

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Giving file names to files in ZIP file

Copyright © 1996-2020 Information Builders