![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris Unix Is Coming to IBM Mainframes - IT Jungle | iBot | UNIX and Linux RSS News | 0 | 08-22-2007 11:20 AM |
| IBM to sell Sun Solaris on x86 and mainframes; pigs fly - SearchDataCenter.com | iBot | UNIX and Linux RSS News | 0 | 08-20-2007 01:50 PM |
| IBM to consolidate its Unix and x86 servers onto mainframes - SearchDataCenter.com | iBot | UNIX and Linux RSS News | 0 | 08-01-2007 09:40 PM |
| How to invoke cobol jobs on mainframes | ahmedwaseem2000 | Shell Programming and Scripting | 3 | 07-24-2007 05:10 AM |
| FTP file to Mainframes | bhgopi | UNIX for Dummies Questions & Answers | 1 | 08-28-2005 10:44 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File FTP to Unix from Mainframes.
Hi I have got one file FTPd from mainframe in an ASCII format in Unix environment.
If I have to deduce record width within this file, each approach we are finding different record width. head -1 filename | wc -m awk '{print length($0)}' filename ... lists record width for all records. sed -n '1np' filename | wc -m Each of these 3 approaches I get different count. It is very much clear file which got transferred from Mainframes is not correctly got FTPd. Has anyone faced this problem before, & can help me? Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|