Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. praise12

    Read lst file

    What is the best way of reading a .lst file (generated from the SAS job) when there is no window SAS installed?
  2. praise12

    soft link - 'ln'

    This is helpful...many Thanks... Have a great weekend!
  3. praise12

    soft link - 'ln'

    I have a soft link (used ln -s command) directory in my path. Can I simply remove it by using rm command? If yes, is it going to remove the files in the directory I linked from? Please advise. Many Thanks.
  4. praise12

    How to ftp file with gigabytes fr mainframe to server?

    you're right, I think I posted the wrong script(it was from server to mainframe script), I'll try the 'put' command and see how it works...Thanks for all your help!
  5. praise12

    How to ftp file with gigabytes fr mainframe to server?

    well, there just part of my script for running the ftp mainframe to server! Now, we are going to ftp something 'huge', so I was wondering anything I need to be aware of in terms of the script. Thanks.
  6. praise12

    How to ftp file with gigabytes fr mainframe to server?

    I need to ftp a gigabytes file from mainframe to Unix server. Do I need to modify anything as below in my script? or if you have something different, please share. Thanks. echo 'ftp -vi' $IPADDR' <<Endftp&quot; > $TEMPFTPFILE 2>$1 echo 'site nostrip' >> $TEMPFTPFILE 2>&1 echo 'site...
  7. praise12

    How to convert a EBCDIC file to ASCII?

    You're absolutely right, is there any other way to fix it? Thanks...
  8. praise12

    how to loop a field and output?

    I'm too new to SAS, I have a field with a Code# field, and I need to use SAS to loop it and print out if code# appears 1 time only, two times only and etc.... The counts are mutually exclusive. Any advice is appreciated.
  9. praise12

    How to convert a EBCDIC file to ASCII?

    Thanks for all the responses, I'll try!!
  10. praise12

    How to convert a EBCDIC file to ASCII?

    on Unix server operating system.
  11. praise12

    How to convert a EBCDIC file to ASCII?

    Hey all, Is there any way to convert a data file with EBCDIC format to ASCII in Unix? Any advice would be appreciated. Thanks...
  12. praise12

    How to grep string in a fixed position?

    grep &quot; string&quot; <file> will return all the rows which containing the search string found. But, what I need is able to pull out the string/pattern from certain position, such as field 3 or position 1 to 20, can I use grep here? and if yes, how to identify the position or field in the...
  13. praise12

    How to grep string in a fixed position?

    Hey there How to use grep to search for a pattern/string in a fixed length file eg.in position 10-20 or field 3 only? Thanks for your help in advance!
  14. praise12

    How to run the script for all users?

    Thanks all for the answer. I will try both way. Hey, KenCunningham, how to include it in the user's PATH variable? Does it in user's .profile? if yes, how? please could you provide me with an example? Thanks so much!!
  15. praise12

    How to strip off binary data?

    The binary data came in across the file. But, the file is always in fixed length file. There are different type of binary data came in each time and we considered those are bad data. I think what I need is to write a script to strip of all the nonprintable characters, does this make sense...
  16. praise12

    How to run the script for all users?

    I have a script in my home directory, how to get the all users in the same Unix box to use that script from any directory/path? Many Thanks,
  17. praise12

    How to strip off binary data?

    I'm a new learner of shell programming, I have some files coming in with binary data which I need to strip off, but I don't know how. Any help will be appreciated. Thanks,

Part and Inventory Search

Back
Top