THE WELCH COMPANY
440 Davis Court #1602
San Francisco, CA 94111-2496
415 781 5700
S U M M A R Y
DIARY: December 16, 2002 09:39 PM Monday;
Rod Welch
Convert more SDS records to new HTML compliant format.
1...Summary/Objective
2...Corrected and Deleted Files to Enable HTML Conversion to Run
3...070405 Adjusted Code to Accomodate Format Variances
4...Update SDS Program Files and Welch SDS Records
..............
Click here to comment!
CONTACTS
SUBJECTS
Convert SDS Records on Internet to New HTML Format that Ope Can Han
0403 - ..
0404 - Summary/Objective
0405 -
040501 - Follow up ref SDS 14 0000, ref SDS 13 0000.
040502 -
040503 - Received a list of files from Gary that fail to convert to HTML. I
040504 - fixed these and put an update for SDS records and the SDS program on
040505 - the website for Gary to install, ref SDS 0 T39O; hopefully this will
040506 - enable progress on his project. For background, the original set of
040507 - SDS records transferred to the Internet in 1998 were selected based on
040508 - subjects, and so included some records of marginal significance. Some
040509 - had older formats that worked using a very simple conversion primarily
040510 - based on the PRE command, so there were minimal format issues. Over
040511 - the years, formatting has been refined. Now, some of the older
040512 - records are not compatible with the 070405 conversion op based on
040513 - improvements to the SDS record format. Today, I deleted some of these
040514 - in the list Gary submitted that are not worth the time to fix, and
040515 - fixed others. Made a slight change in the code to accomodate records
040516 - that have a particular issue. Hopefully everything will run now.
040517 -
040518 - [On 021217 received last list of files to correct. ref SDS 15
040519 - 0001
040520 -
040521 - [On 021219 received planning from Gary on make a final
040522 - conversion, ref SDS 16 0001; submitted comments on memory issue.
040523 - ref SDS 16 EXQQ
040524 -
040525 -
040526 - ..
0406 -
0407 -
0408 - Progress
0409 -
040901 - Corrected and Deleted Files to Enable HTML Conversion to Run
040902 -
040903 - Follow up ref SDS 14 TS5M.
040904 -
040905 - Received a list of SDS records that are not being converted with the
040906 - 070405 macro. This list supplements work on 021214. ref SDS 14 SA9F
040907 -
040908 -
040909 - ..
040910 - d:\sd\08\00101\02\00\10\25\095632, ref SDS 11 0001
040911 -
040912 - This one worked, so not sure why would not work for
040913 - Gary, unless he has an older version of the record.
040914 -
040915 - d:\sd\08\00101\02\98\03\01\050355, ref SDS 7 0001
040916 -
040917 - This one worked.
040918 -
040919 - ..
040920 - d:\sd\08\00101\02\88\06\28\084128, ref SDS 1 0001
040921 -
040922 - This one crashed - that's good.
040923 -
040924 - The record is missing the Time Milg... line that identifies
040925 - Control Field elements.
040926 -
040927 - Fixing this did not solve problem.
040928 -
040929 - Second problem was a single underline for Control Field
040930 - subject descriptions. Fixing this solved problem.
040931 -
040932 - Changed code to handle this differently, so other records
040933 - with this format will not crash the op. ref SDS 0 WU9N
040934 -
040935 - ..
040936 - d:\sd\08\00101\02\89\03\15\100821, ref SDS 2 0001
040937 -
040938 - This record has no Summary/Objective Contacts used an old
040939 - format
040940 -
040941 - After making these changes the thing ran.
040942 -
040943 - d:\sd\08\00101\02\89\04\17\114551,
040944 -
040945 - This record has a lot of format issues, but no discernable
040946 - value, so deleted it from the record, from local sd wl sd,
040947 - and from the record on the Internet.
040948 -
040949 - ..
040950 - d:\sd\08\00101\02\89\08\08\090635
040951 -
040952 - Same condition for this record, it has some moderately
040953 - interesting stuff, but not worth the time to fix format
040954 - issues, so deleted it, also.
040955 -
040956 - ..
040957 - d:\sd\08\00101\02\89\08\09\214314, ref SDS 3 0001
040958 -
040959 - This one worked.
040960 -
040961 - Possible problem it is 2400 lines. I converted it so Gary can
040962 - skip it in his op.
040963 -
040964 - d:\sd\08\00101\02\89\08\16\144331, ref SDS 4 6X6M
040965 -
040966 - Another with a lot of format issues and not enough value to
040967 - invest time fixing everything, so deleted it.
040968 -
040969 - ..
040970 - d:\sd\08\00101\02\89\09\01\112557, ref SDS 5 0001
040971 -
040972 - The line number field used an older format. I fixed this,
040973 - but remove record from Internet, and from c: sd wl sd,
040974 - because not needed for communication.
040975 -
040976 - d:\sd\08\00101\02\89\09\18\161017, ref SDS 6 R45F
040977 -
040978 - Deleted this record as not having enough value to justify
040979 - time to fix formatting.
040980 -
040981 -
040982 -
040983 - ..
040984 - 070405 Adjusted Code to Accomodate Format Variances
040985 -
040986 - Follow up ref SDS 14 1P9H.
040987 -
040988 - Line 290, ref OF 3 5G9O, -label nPrg in 070405 about 50 lines below
040989 -
040990 - Add linecnt 69 0 to save location of 04 line which is the top of
040991 - the first control field, so we can get back to this location
040992 - directly in the next step to remove References in order to get the
040993 - headlines.
040994 -
040995 -
040996 - ..
040997 - Line 380, ref OF 3 1624, -label cOMMn in 070405 about 30 lines below
040998 -
040999 - Changed the code to instead of looking for double line, look for
041000 - the space below that line.
041001 -
041002 - ..
041003 - Line 810, ref OF 3 NV5J, -label bP_chnGs in 070405
041004 -
041005 - This code removes secondary doc log fields.
041006 -
041007 - It is looking for the bottom of SDS record references, but not
041008 - doing this the right way. Changed this to work better by looking
041009 - for the 0302 line, which will always be in an SDS record, and will
041010 - always be at the top of doc log fields, if any are in the record.
041011 -
041012 - [On 021217 reason for this change actually occurred the next
041013 - day. ref SDS 15 XE6B
041014 -
041015 -
041016 - ..
041017 - Line 1170, ref OF 3 1236, -label cathtl in 070405 about 60 lines
041018 - below
041019 -
041020 - Add setcnt 28 297 so macro 541 will exit after positioning the
041021 - cursor on the left margin and capturing the column position.
041022 -
041023 - Add code for anchor ID op to jump to op that converts < to an
041024 - entity, when the cursor is beyond column 45.
041025 -
041026 - [On 021217 reason for this change actually occurred the next
041027 - day. ref SDS 15 DU89
041028 -
041029 -
041030 -
041031 -
0411 -
SUBJECTS
Zip Update SDS Program and My SDS Records for Training Purposes on Ga
050301 - ..
050302 - Update SDS Program Files and Welch SDS Records
050303 -
050304 - Follow up ref SDS 14 WN5I, ref SDS 13 WN5I.
050305 -
050306 - Submitted SDS update to Gary from last transfer on 021213, with the
050307 - correction to 070405 that enables the conversion op to run, per above.
050308 - ref SDS 0 T39O
050309 -
050310 - Used procedures reported on 021201. ref SDS 12 CL9N
050311 -
050312 -
050313 - ..
0504 -
0505 -
0506 - 1907
0507 -
050701 - Sent Gary an email linked to this record notifying of solution and
050702 - providing updated SDS code and Rod's records to support solution, per
050703 - above. ref SDS 0 WT4A
050704 -
050705 - Since I am sending updated SDS records and HTML conversions for sd wl
050706 - sd, Gary can skip converting all of the files in the list today, per
050707 - above. Alternatively, he can delete the files that have been deleted
050708 - today, and then run the conversion op, and everything should still
050709 - work.
050710 -
050711 -
050712 -
050713 -
050714 -
050715 -
050716 -
050717 -
050718 -
0508 -