View previous topic :: :: View next topic
|
Author |
Message |
ashok4u_it
New User
Joined: 12 Mar 2008 Posts: 53 Location: Chennai
|
|
|
|
Hi,
Can we able to recover a deleted JOB from a SPOOL. Is there any option for it?
Thanks,
Ashok |
|
Back to top |
|
 |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2150 Location: At my coffee table
|
|
|
|
Only if the old data on the JES queue is spooled off to a backup of some sort. Last place I worked, everything that didn't go into Mobius, was saved for later retrieval if needed.
Check with your ops people....... |
|
Back to top |
|
 |
ashok4u_it
New User
Joined: 12 Mar 2008 Posts: 53 Location: Chennai
|
|
|
|
Hi,
I just want to know, is there any command or batch program or utility to recover the deleted jobs from SPOOL. It is just for my information.
Thanks,
Ashok. |
|
Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 10457 Location: italy
|
|
|
|
NO |
|
Back to top |
|
 |
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
Except for FREE=CLOSE print, the SPOOL retains the job data until the last SYSOUT is printed. Then the job actually gets purged.
This means that viewing a job via the STATUS panel may still allow access to reports that have already printed as long as one sysout still remains on SPOOL. Do a "?" on a job in STATUS to see all the sysouts still available. Use the "PRINT" commands to print or save another copy.
Once the job is purged, then your only hope is that the print was offloaded. |
|
Back to top |
|
 |
|