Re: COBOL
From: Donald Tees (donald_tees_at_sympatico.ca)
Date: 12/23/04
- Previous message: Donald Tees: "Re: COBOL"
- In reply to: Donald Tees: "Re: COBOL"
- Next in thread: Chuck Stevens: "Re: COBOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Dec 2004 21:18:18 -0500
Donald Tees wrote:
> Robert Wagner wrote:
>
>> On Wed, 22 Dec 2004 17:09:25 -0500, "TammyBain"
>> <baint@cityofrochester.gov> wrote:
>>
>>
>>> I can't find any documentation on assign statements with -UT- in
>>> them. Does the 'UT' stand for Unit Tape or Utility Tape?
>>
>>
>>
>> Device-specific assignments are obsolete. Nowadays, ASSIGN statements
>> take three forms:
>>
>> 1. SELECT file ASSIGN TO '/path/file'
>>
>> 2. SELECT file ASSIGN TO data-name (which contains /path/file)
>>
>> 3. SELECT file ASSIGN TO ddname (environment variable or JCL
>> containing /path/file)
>
>
> "PRN".
>
> Donald
>
>
Not to mention standard-in and standard-out, though I suppose they are
really "JCL names". Maybe printers are as well. Depends on how you look
at it. What is the context TamyBain? Platform and compiler?
Donald
- Previous message: Donald Tees: "Re: COBOL"
- In reply to: Donald Tees: "Re: COBOL"
- Next in thread: Chuck Stevens: "Re: COBOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]