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

How can i call instream procedure in a cobol program


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dronveer

New User


Joined: 28 Dec 2006
Posts: 6
Location: Delhi

PostPosted: Fri Apr 11, 2008 3:12 pm
Reply with quote

How can i call instream procedure in a cobol program ?? icon_confused.gif
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Fri Apr 11, 2008 3:41 pm
Reply with quote

dronveer wrote:
How can i call Intream Procedure in a Cobol Program ??


I do not think so u can write instream proc in cobol..

U can write instream Procs in the JCL.

Please correct me if i am wrong
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Fri Apr 11, 2008 4:06 pm
Reply with quote

dronveer wrote:
How can i call instream procedure in a cobol program ?? icon_confused.gif


Same question repeated below.

ibmmainframes.com/viewtopic.php?p=127790&sid=5ca7ac62b2640b59582cb93db20afa3a#127790
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Apr 11, 2008 8:11 pm
Reply with quote

dronveer wrote:
How can i call Intream Procedure in a Cobol Program ??
Are you refering to an 'in-line PERFORM'?
Check the Language Reference.
Or more specifically:
The PERFORM statement can be:
- An out-of-line PERFORM statement
Procedure-name-1 is specified.
- An in-line PERFORM statement
Procedure-name-1 is omitted.
An in-line PERFORM must be delimited by the END-PERFORM phrase.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
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