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

instream data allowed in procedure?


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

New User


Joined: 22 Dec 2009
Posts: 24
Location: hyderabad

PostPosted: Thu Jan 31, 2013 12:42 pm
Reply with quote

Hi,
I read "http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.ieab600/iea2b69089.htm" in above artcle it said like instream data not allowed in procedure but when i try practically it is working good. here is my code.

//SORTPR1 PROC
//SORT1 EXEC SORT
//SORTIN DD DSN=xxxxxx.SORT.INPUT,DISP=SHR
//SORTOUT DD DSN=xxxxxx.SORT.INPUT2,
// DISP=SHR
//SYSIN DD *
SORT FIELDS=(1,05,CH,D)
/*
// PEND
*******************************************
i am excuting this proc simply saying

STEP01 EXEC SORTPR1
I am using Z/OS . assuming it started allowing instream data. did I understand anything wrong here?
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Jan 31, 2013 2:20 pm
Reply with quote

Yes. You're with z/OS V1.13
Back to top
View user's profile Send private message
Harsha1525

New User


Joined: 22 Dec 2009
Posts: 24
Location: hyderabad

PostPosted: Thu Jan 31, 2013 2:40 pm
Reply with quote

Gnanas N wrote:
Yes. You're with z/OS V1.13

Hmmm...thank you for your help. i did check i am in z/os 1.13 version . Now i am looking for the material which give me all the enhancements happened in the z/os 1.13 version. if you have any link can please share it is helpful to many. ofcourse I look in google/IBm site
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Jan 31, 2013 2:41 pm
Reply with quote

ibmmainframes.com/viewtopic.php?t=53439
Back to top
View user's profile Send private message
Gary McDowell

Active User


Joined: 15 Oct 2012
Posts: 139
Location: USA

PostPosted: Fri Feb 01, 2013 5:14 am
Reply with quote

If you would have used "PGM=SORT" instead of the SORT PROC you would have gotten an instream data error saying something like 'cannot contain DD * data'.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Feb 01, 2013 1:23 pm
Reply with quote

publib.boulder.ibm.com/infocenter/ieduasst/stgv1r0/topic/com.ibm.iea.zos/zos/1.13/Simplification/zOS_V1R13_JES2_Batch_Modernization.pdf

In the future try to do some research yourself.
Back to top
View user's profile Send private message
Harsha1525

New User


Joined: 22 Dec 2009
Posts: 24
Location: hyderabad

PostPosted: Fri Feb 01, 2013 5:34 pm
Reply with quote

PeterHolland wrote:
http://publib.boulder.ibm.com/infocenter/ieduasst/stgv1r0/topic/com.ibm.iea.zos/zos/1.13/Simplification/zOS_V1R13_JES2_Batch_Modernization.pdf

In the future try to do some research yourself.

Thank you.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 1
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top