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

CALLING-POINT in COBOL


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

New User


Joined: 14 Sep 2005
Posts: 21

PostPosted: Fri Nov 14, 2008 8:48 pm
Reply with quote

Hello,

I came across the below statement in our shop cobol programs, after opening, writing, rewriting, closing VSAM files and checking for its status.

MOVE nnn to CALLING-POINT.

Can anybody point me in the right direction ??
Back to top
View user's profile Send private message
hcl_ln

New User


Joined: 14 Sep 2005
Posts: 21

PostPosted: Fri Nov 14, 2008 8:49 pm
Reply with quote

Basically I am looking for, what is it's significance and what it does ??

Thanks in advance ! ! !
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Nov 14, 2008 8:56 pm
Reply with quote

Since CALLING-POINT is not a COBOL reserved word, only the source code can answer that question. If this is in many of your production programs, a peer would be the best place to inquire.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Tue Nov 18, 2008 6:26 pm
Reply with quote

Hcl,

Quote:
CALLING-POINT


Do a search in your COBOL program for CALLING-POINT. If u can list us all the places where it is used may be we could get you the significance of this field.

ALso check the copybooks if this field is not declared in your program.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Nov 18, 2008 6:35 pm
Reply with quote

usually this a trick, in complex programs, with lots of subroutines,
to setup some kind of eyecatcher to find out in case of an abend whre the program got stuck

really installation dependent... ask Your peers

maybe not even an installation standard, probably some leftover from testing
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 Point and Shoot )PTNS TSO/ISPF 0
Search our Forums:

Back to Top