cobol >> IBM 1401 was: Is it possible to use the value of the PROGRAM I

by l.willms » Sun, 20 Jun 2004 06:08:00 GMT

Am 14.06.04
schrieb XXXX@XXXXX.COM (Chuck Stevens)
auf /COMP/LANG/COBOL
in cakiec$1lan$ XXXX@XXXXX.COM
ueber Re: IBM 1401 was: Re: Is it possible to use the value of the PROGRAM I

CS> and subsequently on a Wang 700 programmable calculator using code
CS> segmentation and automatic loading on the program cassette drive.

On a Wang 700 B I have written my very first programs ... with it's
just about 900 program steps. Quite a feat what you did on it.


Yours,
Lo Willms http://www.mlwerke.de
/--------- XXXX@XXXXX.COM -- Alle Rechte vorbehalten --

"Ohne Pressefreiheit, Vereins- und Versammlungsrecht ist keine
Arbeiterbewegung mlich" - Friedrich Engels (Februar 1865)


Similar Threads

1. I am getting following error when I am building my C program

I am able to compile the program, but while building it I am getting
following error,can any explain when does this error mean.


Command Lines
Creating temporary file "C:\DOCUME~1\isis\LOCALS~1\Temp\RSP6E.tmp" with
contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
odbccp32.lib /nologo /subsystem:windows /incremental:yes
/pdb:"Debug/ENEE_WIN.pdb" /debug /machine:I386
/out:"Debug/ENEE_WIN.exe" /pdbtype:sept
.\Debug\graph.obj
.\Debug\main.obj
]
Creating command line "link.exe
@C:\DOCUME~1\isis\LOCALS~1\Temp\RSP6E.tmp"
Output Window
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
_WinMain@16
Debug/ENEE_WIN.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

2. RCA301 was IBM 1401 was: Is it possible to use the value of the PROGRAM ID within the source code?

3. RCA301 was IBM 1401 was: Is it possible to use the value of the PROGRAM ID within the source code?

Robert Wagner wrote:
> "Chuck Stevens" < XXXX@XXXXX.COM > wrote:
> 
> 
>>"Clark F. Morris, Jr." < XXXX@XXXXX.COM > wrote in message
>>news:cag4bh$j8c$ XXXX@XXXXX.COM ...
>>
>> snip >>>


> Let's call this hypothetical machine CADET, for Can't Add, Doesn't Even Try. It
> could do arithmetic by table lookup using two indicies. The RCA 301 actually
> worked that way. If someone stepped on the arithmetic table at a fixed address
> in low memory, answers came out wrong until you rebooted the machine. 
> 
Where were the add tables?  I know that the print translate table was in 
high memory (19900-63 as I recall) because we had a program space fill 
the table causing the Analex (sp?) drum printer to print and blow a 
fuse.  Translate instructions used tables that started at 00 locations.
>> rest snipped



4. IBM 1401 was: Is it possible to use the value of the PROGRAM ID within the source code?

5. OFF TOPIC: IBM 1401 question

OFF TOPIC:

On the IBM 1401, I heard that one has to issue two "clear storage"
instructions to totally clear out storage.  The first execution clears
out a portion, the second clears out the rest.  Something to do with
the print area, which is a reserved section of storage?

Any explanation would be appreciated.

Thanks!

6. IBM 1401

7. Looking for COBOL tape for IBM 1401

Does anybody have a COBOL compiler tape for IBM 1401, preferably the source 
code distribution tape, but an operational tape would be interesting, too.

How about RPG, FARGO, SORT 7, Fortran, Fortran IV, ...?

8. A trivial problem with Tk, I am sure I am not doing it the right way