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

Special names in COBOL


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

New User


Joined: 28 Feb 2006
Posts: 91
Location: Chennai

PostPosted: Thu Apr 27, 2006 4:52 pm
Reply with quote

Hi all,

In one of the COBOL report program I find a special names line included in the configuration section of Environment division.
Pls have a look at the pgm :

IDENTIFICATION DIVISION.
PROGRAM-ID. EX.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SOURCE-COMPUTER. B-6700.
OBJECT-COMPUTER. B-6700.
SPECIAL NAMES. CHANNEL 1 IS PAGE-TOP.

Can anybody pls explain me the significance of the above bold line ?

Thanks,
KS
Back to top
View user's profile Send private message
hariavinash

New User


Joined: 04 Jan 2006
Posts: 64

PostPosted: Thu Apr 27, 2006 6:51 pm
Reply with quote

use a google search for SPECIAL NAMES in COBOL. you will get loads.

cheers
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Fri Apr 28, 2006 7:36 am
Reply with quote

It equates the name PAGE-TOP to the character that tells the printer device to skip to chanel 1 (the top of the page) before (or after) the next line is printed.

Check the pgm code for how (and where) PAGE-TOP is used.
Back to top
View user's profile Send private message
KS

New User


Joined: 28 Feb 2006
Posts: 91
Location: Chennai

PostPosted: Fri Apr 28, 2006 2:28 pm
Reply with quote

Thanks mmwife.
Back to top
View user's profile Send private message
chk_25

New User


Joined: 09 Jun 2006
Posts: 2
Location: India

PostPosted: Fri Jun 09, 2006 11:41 pm
Reply with quote

Under Special names u can specify


currency sign '$' (any sign which u use in program)
decimal symbol comma

bye
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