| Week | Information |
|---|---|
| Information Summer 2007 | I have not gone beyond Notes and Asignments #5 because I am not getting homework from you or the home work from #1 and or #2 have serious problems. I do not want to present the more difficult topics until I am confident that you have a firm foundation. Keep in touch. I will load additional assignments after I have gotten work from you. There are fifteen Notes and assignments necessary to fulfill the requirements of the course so it is important that you move on as fast as you can. Again, I suggest tutoring if you are having problems or make arrangements to see me or do a Web Huddle session. |
| Notes and assignments #5 Summer 2007 |
Be sure that you have looked at the programs EDITCHK and EDITINTR and the programs
on batch editing. Read the notes on the sort verb and look at the program examples. Read the notes on sequential updates and look at the PowerPoint presentation on the logic of the sequential update. Look at the PowerPoint presentation on an example of the sequential update - includes logic flowchart and code. It would be a good idea to check books in the library and information on the Web for additional writeups on sequential updates. We will briefly discuss editing and sorting next week and then we will start looking at sequential updates. Assignments: Edit questions Write a program that uses the SORT VERB to sort an existing file. Send me the working program, the before file and the after file. |
| Notes and assignments #4 Summer 2007 |
Review your notes on edit programs from CIS12 (they are available under Editing). Read the Notes on MOD11 check digit and the notes on another check digit. Look at the MOD11 sample under sample programs. Look at the two programs called EDITCHK and EDITINTR under sample programs/editing data. Also look at the programs under batch editing - they are not professional quality but do illustrate some points! Read the notes on the sort verb and look at the program examples. Assignments: Another check digit - write the program that would take in the id and produce a check digit using this approach Send me the working COBOL program so I can review the code and execute it. |
| Notes and assignments #3 Summer 2007 |
We will finish looking at searches this week. We will also look at the search
verb. Assignments: Fill program to complete Complete fill table program: Fill assignment YOURFILL Due in three weeks Data for YOURFILL program - stuuour.dat Again, if you are having trouble with the data you can create your own using the program from week #1. Modify the search program (YOURSRCH) to use the search verb. SRCHVBDO |
| Notes and assignments #2 Summer 2007 |
We will look at the logic of a binary search! Look at the notes (note that the
sample is not loaded because I want you to try it. LINSRCHX (html) Linear search - note that the paragraphs say binary search because I modified the binary search to get this. LINSRCHX (cbl) Linear search Under Postings/Notes on my home page, there is a link to some new scholarship information. Assignments: YOURSRCH assignment You may NOT use the search verb for this assignment! Note we have not covered the search verb yet, but in case you find it you cannot use it for this assignment! Data for YOURSRCH program - ins.dat If you do an early exit, I will give extra credit! If you have problems with the data file I provide, you can create your own using my data to tell you what data to create and the model program from last week. Binary Search Assignment: Modify the linear search (address given above) to make it a binary search. |
| Notes and assignments #1 Summer 2007 |
There will be 15 sets of notes and assignments that need to be
completed during the semester. You need to plan to accomplish this
in the number of weeks available in the summer semester. My availablity this summer The schedule can also be accessed through my home page. I will keep updating. Review: Review the notes on 1, 2 and 3 dimension tables. Review the notes on screens. Review the sample programs under tables and screens. Look at the PowerPoint presentations on tables: Tables Presentation New material - table searching: Read the notes on table search: Table Search Notes More Notes on Table Search Follow-up on Notes on Table Search Look at the sample programs under Indirect subscript - searching a table. Look at the PowerPoint presentation on table search: Tables Presentation Assignments: Direct Table pgrogramming assignment - Review of tables from last semester DIRSOUPT.CBL DIRSOUPT.HTML |