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

Instream Procedure without PEND Statement


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sridharvedula

New User


Joined: 24 Mar 2005
Posts: 3

PostPosted: Fri Apr 22, 2005 12:04 pm
Reply with quote

hi,

What happens when i omit pend step while coding Insteam Procedure in my jcl ? Which type of error the jcl will return ? Explain in detail.
Back to top
View user's profile Send private message
jhaam

New User


Joined: 22 Apr 2005
Posts: 3

PostPosted: Fri Apr 22, 2005 2:20 pm
Reply with quote

if U do not quote PEND it means the instream PROC itself doesn't end. So what ever u write in normal JCL for example EXEC, SYSIN steps and all be invalid as we should not use in INTREAM procs.

This doesn't answer ur qsrn completely.. but I have added my hint....
Back to top
View user's profile Send private message
vrch

New User


Joined: 21 Mar 2005
Posts: 20

PostPosted: Fri Apr 22, 2005 2:22 pm
Reply with quote

Hello,

In instream procedures the PEND statement is compulsory.If you ignore that parameter you can get following error.

IEFC005I PROC STATEMENT WITHOUT MATCHING PEND STATEMENT

I think this answer is correct.If any info..plz let me know

Bye
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts Relate COBOL statements to EGL statement All Other Mainframe Topics 0
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
Search our Forums:

Back to Top