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

Report Description in Enterprise COBOL.


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

New User


Joined: 27 Nov 2008
Posts: 20
Location: India

PostPosted: Wed Jan 28, 2009 7:12 pm
Reply with quote

We're currently migrating the code from COBOL-85 to IBM Enterprise COBOL.

RD <Record description> is not acceptable in Ent. COBOL where as it is used/executed in COBOL-85.
I can create this report as a OUTPUT file in ENT.COBOL.

I just wanted to check is there any other replacement/alternative for RD in ENT.COBOL?
Pls help me if anyone had come across similar kind of situations

Program statements are below:

*
RD LIJST
CONTROL FINAL
IN-VIDEO
IN-PSS
PAGE 65
HEADING 1
FIRST DETAIL 7
LAST DETAIL 64
FOOTING 65.


Error message is:


RD" is a reserved word related to language not supported
supported by this compiler.
RD" was invalid. Scanning was resumed at the next area "A" item, level-number,
lause.

CONTROL" is a reserved word related to language not supported by this compiler.

FINAL" is a reserved word related to language not supported by this compiler. T

HEADING" is a reserved word related to language not supported by this compiler.

DETAIL" is a reserved word related to language not supported by this compiler.
-- farnear--
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Jan 28, 2009 7:24 pm
Reply with quote

Please search for related topics on the Report Writer in this forum.

This one should be helpful.
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: Wed Jan 28, 2009 7:29 pm
Reply with quote

COBOL's Report Writer is not longer part of the base compiler. You must replace all Report Writer structures with code you write, unless your site has purchased the RW add-on. Check with your site support personnel about it.
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