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

in-stream data set (inline data set) in z/VSE JCL


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

New User


Joined: 27 Mar 2008
Posts: 42
Location: Karlsruhe / Germany

PostPosted: Thu Jul 07, 2016 2:59 pm
Reply with quote

Hey,

is there a posibility to use in-stream datasets in z/VSE (dos?) jcl?

In my old company I could do that like

Code:
//MYDD    DD *
record 1
record 2
record 3
/*


and could use this in IDCAMS REPO to fill a file.

Is something like that posible also on z/VSE?

Best regards
Andi
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 07, 2016 5:57 pm
Reply with quote

What have you tried so far ?
Back to top
View user's profile Send private message
Andi1982

New User


Joined: 27 Mar 2008
Posts: 42
Location: Karlsruhe / Germany

PostPosted: Thu Jul 07, 2016 6:16 pm
Reply with quote

I tried to google it and always found just examples for MVS JCL.

I helped myself now with some simple RPG program which loads all Param lines into a file:

Code:
// DLBL PLATE4,'%%PLATE',,VSAM,CAT=UCT$WKC,DISP=(NEW,KEEP)
// EXEC PLOAD03,SIZE=AUTO                                 
MR  EXAMPLE NAME 2016-07-07
MRS EXAMPLINE    2015-04-04     
/*                                                       


Just thought that maybe also some other solution possible.
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: Thu Jul 07, 2016 6:53 pm
Reply with quote

Have you looked at the Redbook SG24-7436, Introduction to the New Mainframe: IBM z/VSE Basics?
Back to top
View user's profile Send private message
Andi1982

New User


Joined: 27 Mar 2008
Posts: 42
Location: Karlsruhe / Germany

PostPosted: Thu Jul 07, 2016 7:00 pm
Reply with quote

Yes, during my google research I found this and it is often my first try to find solution in there. In this book was some hint to SYSIPT. But when I searched this examples it just looked like this is response of some CICS commands which can be used for input in program.
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 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
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top