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 TouchToneTommy 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: *

  • Users: praise12
  • Content: Threads
  • Order by date
  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'

    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.
  3. 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...
  4. 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.
  5. 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...
  6. 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!
  7. 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,
  8. 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