PGP Encryption

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
manavkumarm
Participant
Posts: 11
Joined: Fri Sep 05, 2003 3:45 am
Location: India

PGP Encryption

Post by manavkumarm »

Does anyone know if DataStage has any features one could utilize to encrypt an output file using PGP? Our project has a requirement where we need to FTP a sequential file output from a job after encrypting it using PGP.
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

You could certainly run an external program to PGP encrypt it (using ExecSh or ExecDOS) from withing DataStage. As 1) an after stage routine, 2) an after job routine, 3) from a Job Sequencer or batch job).

Good Luck,
Tony
Post Reply