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

  1. BruceMartin

    COBOL Header Problem

    A simple answer is that the records defined in the FD section are implemented as a pointer and for QSAM files a Write (and also a read) is simply a pointer update i.e File Buffer +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ ! ! ...
  2. BruceMartin

    Low Value Hex

    A couple of possiblities [ol 1] Write a program Use a Hex Editor Use something like the RecordEditor. You will need to setup the file definition. For the Hex-Zero field, define as a binary integer and set it to 0. On the mainframe, use standard SPF editor and put hex mode [/ol]
  3. BruceMartin

    IBM zoned, packed what the ... is this?

    As already stated this is an Ascii Cobol, with the negative sign included in the last digit. 20p = -200 20q = -201 20r = -202 .... 20y = -209 Currently the field is defined as s9999999, You could ask for the format to be changed e.g. -9999999 would give you -0000200 instead of 000020p...
  4. BruceMartin

    Anyone interested in a FileAid-like software on windows/unix/mac ?

    You could look at RecordEditor (http://record-editor.sourceforge.net/) It does FileAid like editting on the PC. The main RecordEditor uses a DB to store layouts (there is a Cobol Import function); there is also a seperate CobolEditor that will edit files (Native Mainframe and PC) using a Cobol...
  5. BruceMartin

    Do you need an editor for fixed blocked files?

    I do not know of any Commercial offerings apart from those related to Cobol or the mainframe (File-Aid (compuware), File Master (CA ?) and IBM did have something as well). Going Back 20 years, there quite a number of similar programs on the Mainframe, but the smaller companies got swallowed up...
  6. BruceMartin

    Do you need an editor for fixed blocked files?

    My view is there should be a market for software like this on Unix / Windows, but there probably is not at the moment (not unless you did a lot of marketing any way). You need convince people change the way they do things. When I wrote the RecordEditor, I was working for a company moving from...
  7. BruceMartin

    Do you need an editor for fixed blocked files?

    Ohers Editors you could look at are * FillRED http://www.want.ch/FillRed/ * jfFileAid https://sourceforge.net/projects/jfileaid/ * FileAid has a PC version but it will cost a Lot though * Some Comercial Cobol Compilers have an editors for there Files (i.e. MicroFocus) At the moment the...

Part and Inventory Search

Back
Top