View previous topic :: View next topic
|
Author |
Message |
charanmsrit
New User
Joined: 25 Oct 2007 Posts: 81 Location: Australia
|
|
|
|
Hi! i want to take a backup of a job which i have run from SDSF to a sequential file or is there any way i can have a backup of this ?? |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Please search the forum for SDSF and you will find a lot of examples. |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
Try XDC |
|
Back to top |
|
|
charanmsrit
New User
Joined: 25 Oct 2007 Posts: 81 Location: Australia
|
|
|
|
Thanks a lot. i got it the way to do manually...
Is there a way to move it to JHS (Job History Subsystem) tool ??? |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
Two methods are there:
A. SUBmit the same JOB with MSGCLASS 'J'.
B. If You want to move the JOB from S.St to JHS, then in this 3 steps are involved:
1. Give 'H' on command promt & hit enter in S.ST. You'll get some editable fields. With a class- cloumn 'C'.
Code: |
Display Filter View Print Options Help
------------------------------------------------------------------------------
SDSF STATUS DISPLAY ALL CLASSES LINE 1-27 (27)
COMMAND INPUT ===> H_________________________________________ SCROLL ===> CSR
PREFIX=Anuj* DEST=LOCAL OWNER=* SORT=JOBNAME/A SYSNAME=
NP JOBNAME TYP JNUM JP JC QUE SAFF ASYS STATUS ROOM PROGRAMMER NAME
RACFID TSU 10735 15 EXE DIPN DIPN D. ANUJ
JOBIDXX JOB 5414 1 0 PRI TEST |
2. Under the class column 'C' of that JOB enter 'J' (replace the default class shown to 'J').
Code: |
Display Filter View Print Options Help
------------------------------------------------------------------------------
SDSF HELD OUTPUT DISPLAY ALL CLASSES LINES 49,894 LINE 1-26 (26)
COMMAND INPUT ===> __________________________________________ SCROLL ===> CSR
PREFIX=Anuj* DEST=LOCAL OWNER=* SYSNAME=
NP JOBNAME TYP JNUM C DEST MC NODE STATUS TOT REC PROGRAMMER NAME
O JOBIDXX JOB 5414 R LOCAL R 140 1,349 TEST
|
3. In front of the job of intrest enter 'O' ( as shown above ) & hit enter. JOB will moved to JHS. |
|
Back to top |
|
|
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
You could also look into Lionel B. Dyck's SDSFEXT, a generalized SDSF batch (or TSO) tool to extract a report into a dataset. |
|
Back to top |
|
|
charanmsrit
New User
Joined: 25 Oct 2007 Posts: 81 Location: Australia
|
|
|
|
That's really a great explanation. Thanks a lot. I am really indebted..[/img][/code] |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Yeah, the document from William is goodone, I kept it for future reference.. (..& posts.. ) |
|
Back to top |
|
|
|