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

significance of the prefix UTS-S-


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

New User


Joined: 21 Sep 2005
Posts: 79
Location: India

PostPosted: Fri Sep 30, 2005 11:19 am
Reply with quote

I have noticed that sometimes programmer use prefix with the ddname of the file in file section.
Such as:

SELECT PICKLIST-EXTRACT ASSIGN TO UTS-S-PICKEXTR.

Now my question is: Is there any significance of the prefix UTS-S- or it is just for the documentation purpose?
I tried some other arbitrary prefix and my program ran successfully. To me it looks to be just a convention to increase readability.

You all are requested to clarify it.

Title changed from "SELECT <file-name> ASSIGN TO <ddname>" to "significance of the prefix UTS-S- " : Priyesh.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Sep 30, 2005 1:24 pm
Reply with quote

UTS : Denotes for Utility used for File (Such as TAPE/DASD)
S : Denotes Sequential Access

Regards,

Priyesh.
Back to top
View user's profile Send private message
umeshkmrsh

New User


Joined: 21 Sep 2005
Posts: 79
Location: India

PostPosted: Fri Sep 30, 2005 2:02 pm
Reply with quote

But is there any importance of this prefix. I tried by giving any prefix say my name and still it compiles and runs successfully?

Could you provide me list of commonly used prefixes.
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 Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts XML Parsing in COBOL creating "h... COBOL Programming 0
No new posts No TSO prefix doesn't get the input CLIST & REXX 4
No new posts "Prefix not in table" error... DB2 1
No new posts what is the significance of REPLACE=N... JCL & VSAM 6
Search our Forums:

Back to Top