| Author |
Message |
Topic: Compressing a PS file in batch |
CaptObvious
Replies: 10
Views: 15019
|
Forum: Utilities Posted: Mon Mar 13, 2006 6:52 pm Subject: Compressing a PS file in batch |
| Assuming they're sequential files, IEBCOPY won't do a thing for you. And if, as you say, they're being allocated with the RLSE parameter, any unused space you're allocating should become available to ... |
Topic: CA-7 schedule problem |
CaptObvious
Replies: 18
Views: 15559
|
Forum: Job Control Language(JCL) Posted: Thu Mar 02, 2006 12:58 pm Subject: CA-7 schedule problem |
| Have you considered combining the steps of Job1 and Job2 into a single job? |
Topic: How to unload data from a foreign duplicate volser? |
CaptObvious
Replies: 6
Views: 2682
|
Forum: Other Technical Topics Posted: Wed Mar 01, 2006 1:28 pm Subject: How to unload data from a foreign duplicate volser? |
So you had an unload job that worked, but another job which requires the unload tape again failed. I'd look at the DD statements between the two and see what's different.
Can you check that abend ... |
Topic: CA-7 schedule problem |
CaptObvious
Replies: 18
Views: 15559
|
Forum: Job Control Language(JCL) Posted: Wed Mar 01, 2006 1:16 pm Subject: CA-7 schedule problem |
| It seems to me that the problem here is that the job is externally triggered by the dataset, which is taking some of the control away from CA-7. Rather than triggering the job, I would schedule it un ... |
Topic: CA7 - DEPENDANCYs |
CaptObvious
Replies: 3
Views: 4383
|
Forum: Application Programming Posted: Tue Feb 28, 2006 2:08 pm Subject: CA7 - DEPENDANCYs |
| I run CA-7 and am very familiar with the various types of dependencies. And when you say "soft" and "hard" dependencies, I have no idea what you're talking about. In fact, a search through the entir ... |
Topic: Is IMS really fading away? |
CaptObvious
Replies: 6
Views: 7870
|
Forum: Related Non-Technical Topics Posted: Tue Feb 28, 2006 1:46 pm Subject: Is IMS really fading away? |
| Even though mainframe systems won't be going away anytime soon, the need to integrate them with other systems is growing. DB2 is simply easier to share with open systems because it's more like Oracle ... |
Topic: How to unload data from a foreign duplicate volser? |
CaptObvious
Replies: 6
Views: 2682
|
Forum: Other Technical Topics Posted: Tue Feb 28, 2006 1:43 pm Subject: How to unload data from a foreign duplicate volser? |
| I think that as long as you specify the VOL=SER= parameter, it won't try to look up the dataset in the catalog or your tape management product, so you should be able to use the tape at hand. You'd ju ... |
Topic: Getting Print Information Challenge. |
CaptObvious
Replies: 1
Views: 1694
|
Forum: Other Technical Topics Posted: Tue Feb 28, 2006 1:27 pm Subject: Getting Print Information Challenge. |
| JES2 will issue messages to the syslog whenever a print job starts, finishes, or a backspace or similar command is issued. You can use an automation product like Netview to intercept those messages ( ... |
Topic: first gdg generation needs to be kept blank |
CaptObvious
Replies: 2
Views: 3421
|
Forum: Job Control Language(JCL) Posted: Tue Feb 28, 2006 12:50 pm Subject: first gdg generation needs to be kept blank |
| A job that refers to generation (0) would just be reading the last generation. The confusion probably stems from the situation where you have a single jobstream that creates a new generation and then ... |
Topic: Modification of System date |
CaptObvious
Replies: 3
Views: 2380
|
Forum: Job Control Language(JCL) Posted: Thu Feb 09, 2006 7:56 pm Subject: Modification of System date |
| There are no JES2 commands to change system clock. There are no MVS commands that will help you short of an IPL. You need some sort of exit or product to intercept date & time requests. |
Topic: To find out job name associated with outstanding WTORs !! |
CaptObvious
Replies: 7
Views: 4873
|
Forum: Other Technical Topics Posted: Wed Feb 08, 2006 3:29 pm Subject: To find out job name associated with outstanding WTORs !! |
The book you want is the MVS System Commands for your level of z/OS.
And having looked at it briefly, there are a few optional parameters which will give you the jobname without you having to resor ... |
Topic: LINKLIST library cleanup |
CaptObvious
Replies: 3
Views: 2229
|
Forum: Other Technical Topics Posted: Wed Feb 08, 2006 2:39 pm Subject: LINKLIST library cleanup |
Sure. Take a library out of the linklist and run an LLA refresh, then wait for the phone to ring.  |
Topic: capturing attributes of VSAM and base GDG |
CaptObvious
Replies: 4
Views: 3429
|
Forum: TSO and ISPF Posted: Mon Feb 06, 2006 12:48 pm Subject: capturing attributes of VSAM and base GDG |
| That's because you can't use TSO to list the attributes of a VSAM file, either. When you try to use the ISPF dialogue to list a VSAM file, it gets you started on a utility that helps you write an IDC ... |
Topic: MPP load.... |
CaptObvious
Replies: 4
Views: 2988
|
Forum: IMS Posted: Fri Feb 03, 2006 5:13 pm Subject: MPP load.... |
| Actually, if you're using the TFORMAT library, that would explain why the MFS changes are being shown, but the MPP changes are not. I think you're looking at an ACBGEN and online change to swap activ ... |
Topic: To find out job name associated with outstanding WTORs !! |
CaptObvious
Replies: 7
Views: 4873
|
Forum: Other Technical Topics Posted: Fri Feb 03, 2006 12:46 pm Subject: To find out job name associated with outstanding WTORs !! |
| Whether or not a jobname is included in the WTOR depends entirely on whether a jobname was coded in the JCL. However, whenever a job issues a WTOR, it will be accompanied in the syslog by the job num ... |
| |