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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

debug code to find incomplete record

Status
Not open for further replies.

mdarsot

Instructor
Apr 13, 2006
86
CA
I am trying to run a script which is hanging. When i exit the script it says incomplete record.

Is there way i can run this script so that it tells me exactly which records is bad out of whole file.
 
It might help if you can show the script...


HTH,

p5wizard
 
if it is korn shell, you could do this:
Code:
ksh -xv scriptname
The x means debug, and the v is verbose - the output it will fly by really fast, so you might want to redirect the output to another file.

Einstein47
“Evil abounds when good men do nothing.“ - Nelson R.
[[]Starbase47.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top