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

IBM utility to create a ps/pds


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

New User


Joined: 05 Apr 2006
Posts: 4

PostPosted: Thu Apr 06, 2006 11:13 pm
Reply with quote

can you tel me the IBM utility to create a ps/pds
otherthan iebcopy...


thanks
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Fri Apr 07, 2006 4:04 am
Reply with quote

I am noy sure what you are looking for. A dataset will be created if it is included in the JCL as NEW,CATLG. The program running does not create the dataset. You can use IEFBR14 as the program. This program does nothing.
Back to top
View user's profile Send private message
venkat_skv

New User


Joined: 05 Apr 2006
Posts: 4

PostPosted: Fri Apr 07, 2006 10:06 pm
Reply with quote

thanks for your quick reply..
i got the answer for the question after a very long search... using IDCAMS
we can create it....
" i ve one more query"...can any one tel me how to create a dataset using IDCAMS>>>
thanks
Back to top
View user's profile Send private message
new2cobol

New User


Joined: 04 Jan 2006
Posts: 77
Location: Bangalore

PostPosted: Fri Apr 07, 2006 10:37 pm
Reply with quote

I still don't get it...

if you do
//job exec pgm=iefbr14
//dd1 dd dsn=x.y.z,disp=(new,catlg,catlg)

you can create a dataset... do you have a specific requirement for IDCAMS???
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Apr 07, 2006 10:37 pm
Reply with quote

I don't know what you don't want to follow TheRexxGuy's suggestion, but anyway, here is the documentation on the IDCAMS ALLOCATE command.
Back to top
View user's profile Send private message
venkat_skv

New User


Joined: 05 Apr 2006
Posts: 4

PostPosted: Fri Apr 07, 2006 10:45 pm
Reply with quote

i dont ve any specific req..just now i m lrning ,i wanna know the ways2 create pds...
more thanks for your quk reply
Back to top
View user's profile Send private message
vidhyanarayanan

New User


Joined: 23 Dec 2005
Posts: 52

PostPosted: Mon Apr 10, 2006 5:41 pm
Reply with quote

Hi,

For creating vsam ds, go for IDCAMS commands, for non vsam ds
allocate via 3.2 option of ISPF menu or use IEFBR14.



regards,
vidhya
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 create a list of SAR jobs with... CA Products 3
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
No new posts COBOL - create and write to output fi... COBOL Programming 0
Search our Forums:

Back to Top