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

FORTRAN display from COBOL


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

New User


Joined: 23 Jun 2005
Posts: 34
Location: Chennai

PostPosted: Mon Oct 22, 2012 3:29 am
Reply with quote

Hi,

I have COBOL program calling a FORTRAN code. I want to know the business logic and the intermediate values calculated in FORTRAN code. But the write statements in the FORTRAN code does not appear in my job IOF. Only the COBOL display statements are seen. I checked our forum and on google. Can you please help me on this.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon Oct 22, 2012 3:50 am
Reply with quote

Does your fortran routine have "displays"? Do they display to messages or to a file. Is your fortran routine actually being called? Do you have the correct DDname for the Fortran "displays"? If you are sure on all these points then you must have been able to look at the Fortran code so you should be able to deduce the logic and intermittent values from that inspection.
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 Oct 22, 2012 4:18 am
Reply with quote

FORTRAN normally writes to file 7, which would be DD name //FT07F001 DD SYSOUT=* (or it could point to a file instead).
Back to top
View user's profile Send private message
brganeshbabu

New User


Joined: 23 Jun 2005
Posts: 34
Location: Chennai

PostPosted: Tue Oct 23, 2012 11:59 pm
Reply with quote

Hi Robert,

Thanks! It worked. But I used FT06F001 instead of 07. I came to know that Unit number 5 is used to designate input read from card images, unit number 6 is used to designate output written to a printer, and unit number 7 is used to designate output written to card image
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 Oct 24, 2012 12:25 am
Reply with quote

Glad to hear you got it working -- sorry I got the number wrong; it's been quite a while since I did FORTRAN coding.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Wed Oct 24, 2012 5:30 pm
Reply with quote

I'm thinking last century FT06 was for punch, which of course need not be an actual punch these days but just another way to output card images.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Oct 24, 2012 5:33 pm
Reply with quote

why not look at the fortran manuals ???
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
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
Search our Forums:

Back to Top