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

Regarding the subprogram access file


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

New User


Joined: 08 Mar 2006
Posts: 6

PostPosted: Thu Mar 30, 2006 4:17 pm
Reply with quote

Hi ,all


I meet an problem about the cobol subprogram calling , if i call an subprogram from a main program ,the sub program can access any file on mainframe? or the sub 's all dates must delivery from main program thought the link section? if the sub can access file directly , how should i write statement in main program or JCL?

Thanks
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Thu Mar 30, 2006 5:26 pm
Reply with quote

hi wooyoo,

you can do two things,thru the linkage section you can pass all the file parameter from mainprogram to subprogram or you can do with external declaration of file.


Thank's
thanooz.
Back to top
View user's profile Send private message
wooyoo

New User


Joined: 08 Mar 2006
Posts: 6

PostPosted: Thu Mar 30, 2006 7:39 pm
Reply with quote

Hi thanooz

could you please explain the external declaration , or tellme where i can find the detail document about this , in fact , i also want to know how i can access an file on mainframe except the jcl
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Thu Mar 30, 2006 7:53 pm
Reply with quote

hi wooyoo,

below url given the detail explanation of external file declaration

publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/igya1101/4.1.3?DT=19930312141355#FIGIOEXT


if you want more you can search in forum also.

thank's
thanooz.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top