|
|
| Author |
Message |
raj_mainframe08
New User
Joined: 11 Sep 2007 Posts: 45 Location: Gurgaon
|
|
|
|
Following is the code i am using to create the zip file. Please let me know how can i apply password then
| Code: |
//PKZIP01 EXEC PGM=PKZIP,REGION=0M,TIME=(50,00)
//INFILE DD DSN=SS5482.G5482.PA01F.DATA,DISP=SHR
//OUTFILE DD DSN=SS5482.G5482.PA01F.ZIP.DATA,DISP=(NEW,CATLG,KEEP),
// DCB=(RECFM=FB,LRECL=400,BLKSIZE=4000),
// UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE)
//SYSIN DD *
-INDD(INFILE)
-ARCHOUTDD(OUTFILE)
-METHOD(MAXIMUM)
//SYSPRINT DD SYSOUT=(,)
//SYSOUT DD SYSOUT=(,)
//SYSUDUMP DD SYSOUT=(,)
//* |
|
|
| Back to top |
|
 |
References
|
|
 |
PeterHolland
Active Member
Joined: 27 Oct 2009 Posts: 909 Location: Netherlands, Amstelveen
|
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5916 Location: italy
|
|
|
|
I strongly recommend that sensitive matters like encryption should not rely on forum replies
they should be discussed with the proper organization hierarchy in order to apply the correct process |
|
| Back to top |
|
 |
PeterHolland
Active Member
Joined: 27 Oct 2009 Posts: 909 Location: Netherlands, Amstelveen
|
|
|
|
Why is that Enrico? A lot of stuff is to be found about en/decryption on the internets and/or literature.
Asking for some solutions/procedures etc. is not that bad.
Implementing some things is another story, that would be left to
authorized people. But maybe the TS belongs to that. |
|
| Back to top |
|
 |
raj_mainframe08
New User
Joined: 11 Sep 2007 Posts: 45 Location: Gurgaon
|
|
|
|
| i am just trying to understand how can i create the password protected zip file and not giving the actual data. Whats the problem in that if i am not sharing any sensitve information? |
|
| Back to top |
|
 |
PeterHolland
Active Member
Joined: 27 Oct 2009 Posts: 909 Location: Netherlands, Amstelveen
|
|
|
|
| raj_mainframe08 wrote: |
| i am just trying to understand how can i create the password protected zip file and not giving the actual data. Whats the problem in that if i am not sharing any sensitve information? |
Did you read my response and follow the link? |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5916 Location: italy
|
|
|
|
the main point I try to make is that people asking on forums just want a quick and dirty recipe for blind problem solving
I strongly believe that the main concern when replying to any question should be
on teaching people how to use the proper organization channels and apply the proper standards and practices
for example
what is the security level of the data being exchanged
who is responsible for the data
how are the passwords going to be exchanged
what is being done to secure the overall path of critical data
that' s why without knowing the whole shebang I advice against giving advice
the tools should have been already chosen and tested befor beyng deployed to the bottom of the chain
( if somebody is higher in the chain then he should not have the need to ask on a forum)
the command how to password protect a zip file should be the last concern
that' why I feel that security related issues should not be discussed on forums
giving a quick and dirty suggestion might agree with the spoon feeding approach , but in the long run will make people lose the organizational perspective
also one more note... people asking on the forums very seldom have the need to know  |
|
| Back to top |
|
 |
raj_mainframe08
New User
Joined: 11 Sep 2007 Posts: 45 Location: Gurgaon
|
|
|
|
Hi Peter,
Yes, i have tried your suggestion for creating the password protected zip file and successful in doinjg that. Really appreciate your help in this regard. Thanks [:d] |
|
| Back to top |
|
 |
|
|