IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

select statement in cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sahaanup

New User


Joined: 16 Feb 2006
Posts: 9

PostPosted: Mon Apr 06, 2009 8:38 pm
Reply with quote

hi,
in the select statement like below:
SELECT INFILE ASSIGN TO UT-S-INFILE
what does the UT- means?

regards,
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Apr 06, 2009 9:00 pm
Reply with quote

IIRC, way back when the UT-S- referred to UTility (although I've also heard it referred to Unit as in unit record device) and sequential (you also saw DA-S- for Direct Access). Enterprise COBOL continues to support the old format as documentation; only the DD name is needed now except for sequential VSAM files (which need AS-ddname).
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Apr 06, 2009 10:13 pm
Reply with quote

Hello,

Quote:
although I've also heard it referred to Unit as in unit record device
Once upon a time, unit record devices (card in, card out, paper. . .) were coded as:
Code:
SELECT CONTROL-CARD ASSIGN TO UR-S-CTLCARD
or
SELECT PRINT-OUT    ASSIGN TO UR-S-PRINTOUT
Yup, we actually punched ourput cards to be used as input to other processes.

Utility devices (tape, dasd) used the UT-S-DDNAME format.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top