Search found 7 matches
- Tue Jan 06, 2015 2:23 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: What is Your Internet Connection Speed?
- Replies: 12
- Views: 1989
Re: What is Your Internet Connection Speed?
At home it is very slow. It is 100 kbps.
- Tue Jan 06, 2015 2:23 pm
- Forum: JCL - Job Control Language.
- Topic: Overriding a single DD out of many in JCL.
- Replies: 4
- Views: 2536
Re: Overriding a single DD out of many in JCL.
Thanks enrico. So if I've a JCL like this //step10 dd exec=pgm // dd dsn=abc.xyz,disp=shr // dd dsn=abcd.xyz,disp=shr // dd dsn=abcde.xyz,disp=shr // dd dsn=abcdef.xyz,disp=shr // dd dsn=abcdefg.xyz,disp=shr /* //* and I want to override the third data set, this should work? //step10 dd exec=pgm // ...
- Tue Jan 06, 2015 2:19 pm
- Forum: Site Announcements and Rules.
- Topic: Happy New Year!
- Replies: 22
- Views: 4991
Re: Happy New Year!
Happy new year to all...
- Thu Dec 04, 2014 2:28 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 253572
Re: Where do you live?
HI,
I'm from India.
I'm from India.
- Thu Dec 04, 2014 2:28 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 526307
Re: How did you find us?
Hi,
I found this website on google.
I found this website on google.
- Thu Dec 04, 2014 2:28 pm
- Forum: Introduce Yourself and Share Your IT Experience.
- Topic: Hi.
- Replies: 1
- Views: 428
Hi.
Hi,
I'm just starting with Mainframes and I want to learn more about COBOL, JCL, DB2 and VSAM. Hope to learn more here.
It feels like there is a nice community around here.
I'm just starting with Mainframes and I want to learn more about COBOL, JCL, DB2 and VSAM. Hope to learn more here.
It feels like there is a nice community around here.
- Thu Dec 04, 2014 2:27 pm
- Forum: JCL - Job Control Language.
- Topic: Overriding a single DD out of many in JCL.
- Replies: 4
- Views: 2536
Overriding a single DD out of many in JCL.
Hi
I've a PROC which has got a step having 6 dataset concatenated to it. I need to override this step for a test Job run to have only one dataset and null-out other datasets. Can we do this? Please let me know if there is any way of doing this.
Thanks
I've a PROC which has got a step having 6 dataset concatenated to it. I need to override this step for a test Job run to have only one dataset and null-out other datasets. Can we do this? Please let me know if there is any way of doing this.
Thanks