View previous topic :: View next topic |
Author |
Message |
skumar Beginner
Joined: 15 Nov 2005 Posts: 3 Topics: 1 Location: Hyderabad -India
|
Posted: Tue Nov 15, 2005 2:16 am Post subject: Encrypt & Decrypt data thru JCL |
|
|
Hi,
I have a PS file of length X. I need to Encrypt /Decrypt the data present in file through JCL.
Any body have sample jcl or details please send it to me. _________________ Thanks,
Kumar |
|
Back to top |
|
 |
acevedo Beginner

Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Tue Nov 15, 2005 2:27 am Post subject: |
|
|
Through JCL?... you will need a program to be run from JCL. |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Tue Nov 15, 2005 3:18 am Post subject: |
|
|
skumar,
JCL - Though you call it "Job Control Language", it doesn't do any processing that a High Level Language (COBOL, PL/I...) does. You need to write a program in any High Level Langauge or Assembler with the Encrypt/Decrypt logic and invoke the program using JCL.
Thanks,
Phantom |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
|
Back to top |
|
 |
vkphani Intermediate

Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Tue Nov 15, 2005 3:49 am Post subject: |
|
|
There are two options ENCIPHER and DECIPHER in REPRO thru which encryption can be done.
You can check the syntax in VSAM manual. |
|
Back to top |
|
 |
|
|