Search Results

Search: Posts Made By: peteroc
1,981
Posted By peteroc
Thank you so much!!
I'd been :wall: on this for hours. Thanks for your help!:D
1,981
Posted By peteroc
Awk to print values of second file
Hello,

I have a data file with 300,000 records in it, and another file which contains only the line numbers of roughly 13,000 records in the data file which have data integrity issues. I'm trying...
2,459
Posted By peteroc
Thanks Methyl and Corona, I believe the...
Thanks Methyl and Corona,

I believe the subshell method stands a chance at working the way I need it to. The issue with Corona's approach is that the local log file would contain all the output...
2,459
Posted By peteroc
Thanks for your reply Corona. Basically we...
Thanks for your reply Corona.

Basically we echo what we're going to do and write that to the local log. Then we run command, and it's STDOUT and STDERR is captured in the log file used for display...
2,459
Posted By peteroc
Need to create 2 log files
Hello, and thanks upfront for looking!

I've been searching the threads for a way to do this, and have come up empty. Then again I don't seem to use the right search criteria...

We have a...
2,647
Posted By peteroc
Thanks for the prompt reply! I changed some of...
Thanks for the prompt reply! I changed some of the data to protect client obligations, but the format is the same. This is the results of cat -v FILE | grep "0000000000000000001":

...
2,647
Posted By peteroc
Grep returning partial lines due to special characters
Hey guys,

I have a file with an ID which I'm using to grep out the original record from another file. Problem is I have special characters in the original file, and grep is returning only a...
6,340
Posted By peteroc
use the following command: site chmod ###...
use the following command:

site chmod ### filename
4,219
Posted By peteroc
Importing PGP keys
I'm hoping someone can help get me moving in the right direction here, so bear with me.

I've got 2 RedHat Linux servers, let's call them A & B.

- A receives "sensitive" files, which are PGP...
Forum: Solaris 08-08-2007
5,149
Posted By peteroc
Possbily user ID related. If you're running the...
Possbily user ID related. If you're running the job manually under 1 ID, and the crontab is assigned to a different ID, you won't be able to connect. The keys you have set up need to be related to...
8,040
Posted By peteroc
Ah yes, I forgot about that part. I've brought...
Ah yes, I forgot about that part. I've brought that issue up to management also, and they are looking into it. For now, I've been given an exception to the SFTP debacle on the mainframe. And you're...
8,040
Posted By peteroc
I'm having to deal with that very issue myself....
I'm having to deal with that very issue myself. Unless your MVS system has SFTP loaded to it, you won't be able to transfer files that way. If your system does have SFTP, you'll need to generate a...
2,394
Posted By peteroc
Here's what my process looks like: 1 - I...
Here's what my process looks like:

1 - I receive a PGP encrypted file to server A.

2 - I make a call to a key store on another server (server B) to pick up the private key needed to perform the...
2,394
Posted By peteroc
Thanks Shelf-Life, That seemed way too easy,...
Thanks Shelf-Life,

That seemed way too easy, but I tried it out and it appears to work. I have a feeling that PCI standards won't accept that as adequate enough though.

PCI - for those of you...
2,394
Posted By peteroc
Permanent file deletion - sensitive data
All,

I'm hoping someone can help fill me in on this one.
:confused:
I work with bank data deemed "sensitive" and, once processed, need to figure out a way to overwrite the files with enough...
3,918
Posted By peteroc
Nevermind!
I put my idiocracy out there for everyone to see. I forgot to include another = sign just after the decryption statement.
3,918
Posted By peteroc
Entire Script
#!/bin/ksh

#set -x

# 7/28/06 PEYOUN. This script unzips, decrypts, and FTP's the BAMH file provided by HSBC to the Mainframe for subsequent processing.
#
##
## NOTE: FILE and UNZIP_FILE...
3,918
Posted By peteroc
Can't figure out else not matching
All,

I appreciate any help you can provide on this. I get an "else unmatched" error with this code and can't figure out why. If I remove the 1st if statement through the 1st else the script runs...
1,555
Posted By peteroc
Thanks!
Thank you both very much. This helped me considerably!
Pete
1,555
Posted By peteroc
Thanks J.P!
Thanks J.P!
1,555
Posted By peteroc
Issue with reading in records
Hi all,

This is my first post here, so please bear with me!

I have a file coming into a korn shell script, fixed length. Example:

Peter (25 spaces) D (29 spaces) ...
Showing results 1 to 21 of 21

 
All times are GMT -4. The time now is 06:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy