Re: Old Fortran version



On Tue, 20 Feb 2007 15:50:20 -0800, glen herrmannsfeldt wrote:

George Baltz wrote:

Yes, the tape you have is in what Exec 8 (OS/2200 now) calls COPY,G
format, which is an image of the native storage of Program Files (sorta
like a PDS in OS/360 terms) on disk. The text of the programs is
wrapped in System Data Format (SDF), with control words before each
line, and even multiple versions of the same line (a built-in versioning
system).

You mean like a dump of a PDS? On disk, a PDS has a directory, followed
by the members with an EOF between each one. There are no added control
words. When written to tape, such as an IEHMOVE unloaded PDS, control
information has to be added, but it is no longer a PDS.

-- glen

Something like that. OS/2200 program files have similar structure
(directory followed by the individual texts), but each member (called
an element, in Univac-speak) is formatted in SDF, which includes the
control words. These specify the line length, at which cycle (or
revision) each line was added or deleted, and the character set (ASCII/FD).

The @COPY,G format is a disc (drum?) image of the program file. If the
tape were made with @COPOUT, it would be like the IEHMOVE above (I think -
sorry, but the last IBM mainframe I worked on was a 7094.)


--
George Baltz N3GB
Computer Sciences Corp Rule of thumb: ANYthing offered
@NOAA/NESDIS/IPD by unsolicited email is a hoax,
Suitland, MD 20746 ripoff, scam or outright fraud.

.



Relevant Pages

  • Re: Old Fortran version
    ... which is an image of the native storage of Program Files (sorta ... in System Data Format, with control words before each line, and even ... There are no added control ... When written to tape, such as an IEHMOVE unloaded PDS, control ...
    (comp.lang.fortran)
  • Re: Best way to reformat HD.
    ... Right now I am planning on a backup of the 'Program Files' and 'Documents and Settings' folders followed by a format from the Command Prompt. ... After backing up any important data (no point in backing up the Program Files folder, everything will be to be reinstalled from the original media, anyway.), simply boot from the WinXP installation CD. ...
    (microsoft.public.windowsxp.newusers)
  • Re: Looking for Partition Data Set (PDS) file format
    ... What you have, if it's on a PC, is a sequential file representation of a PDS file, and the type of representation and its format is the issue, not the native PDS structure. ... container file and extract the members. ... Hercules won't work on my Windows XP, but I have MUSIC/SP, which means I can't use tools like IEBGENER or whatever is normally used on mainframes for that purpose, so I wrote some quickie Turbo Pascal programs under MSDOS to, among many tools related to this purpose, to read an EBCDIC coded file and translate the EBCDIC data into ASCII so I can either extract the members of the PDS untranslated as pure EBCDIC or extract and translate. ...
    (bit.listserv.ibm-main)
  • Re: How do I tell if a PDS or PDSE has no members?
    ... Is there a way to tell if the PDS or PDSE is empty by using ... :>the format 1 dscb? ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: How do I tell if a PDS or PDSE has no members?
    ... Is there a way to tell if the PDS or PDSE is empty by using the format 1 dscb? ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)