Author |
Message |
Topic: Need to copy all GDG generations to another GDG ? |
Southington
Replies: 22
Views: 17477
|
Forum: Job Control Language(JCL) Posted: Wed Sep 10, 2008 4:13 pm Subject: Need to copy all GDG generations to another GDG ? |
Wouldn't this work, even with tape:
// exec pgm=iebgener
//sysut1 dd dsn=usr.aaaa.test,disp=old gets all GDG files
//sysut2 dd dsn=new.bbbb.test(+1),
// disp=(,catlg,delete& ... |
Topic: How to delete a Dataset |
Southington
Replies: 7
Views: 3330
|
Forum: TSO and ISPF Posted: Thu Oct 25, 2007 3:34 pm Subject: How to delete a Dataset |
I got the point of the VSAM delete but apparently he didn't get the point of IDCAMS and that the standard IBM utilities don't work with VSAM. I figured if he knew where to look, he'd find that out. |
Topic: How to delete a Dataset |
Southington
Replies: 7
Views: 3330
|
Forum: TSO and ISPF Posted: Fri Oct 19, 2007 4:36 pm Subject: How to delete a Dataset |
It's IEHPROGM and it's found in the IBM UTILITIES Manual.  |
Topic: How Can I change Primary key value of IMS segment |
Southington
Replies: 1
Views: 2472
|
Forum: IMS Posted: Fri Oct 19, 2007 4:30 pm Subject: How Can I change Primary key value of IMS segment |
I think you may have to get the root, GU/GN and all its children, GNP, save all these segments, put in your new key, and insert the root and all its children again. Then go back and GHU/GHN the origi ... |
Topic: How to Send email from a COBOL program ? |
Southington
Replies: 11
Views: 24855
|
Forum: Application Programming Posted: Thu May 17, 2007 3:19 pm Subject: How to Send email from a COBOL program ? |
Requirements are made to be changed. |
Topic: '*/*' starting on the coulumn 7 in cobol |
Southington
Replies: 5
Views: 2790
|
Forum: Application Programming Posted: Thu Feb 08, 2007 3:52 pm Subject: '*/*' starting on the coulumn 7 in cobol |
Not to mention that his paragraphs also start in column 7. |
|