View previous topic :: View next topic
|
Author |
Message |
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Is there is any utility for finding the list of migrated files by giving the high level qualifier? |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
HLIST |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Thank a lot Gnanas...
If you dont mind could you please give some examples. It will be more helpfull for me |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
on TSO gives you everything you need to know. |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
//ALLOCATE EXEC PGM=IEFBR14
//ALLOCATE DD DSN=H2567AM.OUTFILE,
// DISP=(,CATLG,DELETE),
// UNIT=(SYSDA,3),
// SPACE=(TRK,(500,150),RLSE),
// DCB=(RECFM=FBA,LRECL=121)
//*
//******************************************************************
//*
//HLIST EXEC PGM=IKJEFT01,DYNAMNBR=30
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
HLIST LEVEL('H2567AM') MIGRATIONVOLUME OUTDATASET('H2567AM.OUTFILE')
hi gnanas i used the above jcl its giving some list but it is not understandable[/img] |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
Please post the results what you didn't understand so that someone here would help you. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Have you read the explanations given in the manuals ? |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
What part of the output is not understandable? Saying this
Quote: |
its giving some list but it is not understandable |
actually gives us nothing to work on.. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Take a look at THIS thread. |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Sorry for delay to answer I got output like this
Code: |
- DFSMSHSM CONTROL DATASET - MIGRATE VOLUME-MCDS--- LISTING ----- AT 10:00:28 ON
VOLSER DEVICE VOLUME THRESH FRAG HOSTID AUTO- AUTO SDSP MIN MIGRATED
TYPE TYPE HI--LOW INDX MIG--BACK-DUMP RECL ELIG AGE DS-----TRKS
MIGN0A 3390 LEV 1 001 *** .393 **** **** A *** NO *** 00000 000000
MIGN0B 3390 LEV 1 001 *** .368 **** **** A *** NO *** 00000 000000
MIGN0C 3390 LEV 1 001 *** .351 **** **** A *** NO *** 00000 000000
MIGN0D 3390 LEV 1 001 *** .609 **** **** A *** NO *** 00000 000000
MIGN0E 3390 LEV 1 001 *** .656 **** **** A *** NO *** 00000 000000
MIGN0F 3390 LEV 1 001 *** .681 **** **** A *** NO *** 00000 000000
MIGN0G 3390 LEV 1 001 *** .356 **** **** A *** NO *** 00000 000000
MIGN0H 3390 LEV 1 001 *** .493 **** **** A *** NO *** 00000 000000
MIGN0I 3390 LEV 1 001 *** .372 **** **** A *** NO *** 00000 000000
MIGN0J 3390 LEV 1 001 *** .327 **** **** A *** NO *** 00000 000000
MIGN0K 3390 LEV 1 001 *** .319 **** **** A *** NO *** 00000 000000
MIGN0L 3390 LEV 1 001 *** .307 **** **** A *** NO *** 00000 000000
MIGN0M 3390 LEV 1 001 *** .381 **** **** A *** NO *** 00000 000000 |
|
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Is there is any possiblity of getting the dataset name instead of VOLSER detail? |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi,
try this
Code: |
HLIST LEVEL(H2567AM) MCDS ODS('H2567AM.OUTFILE')
|
Gerry |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Im getting the same... |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Are you sure that the new data is not being appended to the existing data ? |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
ya im sure because I used a fresh dataset....
Code: |
VOLSER DEVICE VOLUME THRESH FRAG HOSTID AUTO- AUTO SDSP MIN MIGRATED
TYPE TYPE HI--LOW INDX MIG--BACK-DUMP RECL ELIG AGE DS-----TRKS
MIGN0A 3390 LEV 1 001 *** .346 **** **** A *** NO *** 00000 000000
MIGN0B 3390 LEV 1 001 *** .327 **** **** A *** NO *** 00000 000000
MIGN0C 3390 LEV 1 001 *** .485 **** **** A *** NO *** 00000 000000
MIGN0D 3390 LEV 1 001 *** .918 **** **** A *** NO *** 00000 000000
MIGN0E 3390 LEV 1 001 *** .917 **** **** A *** NO *** 00000 000000
MIGN0F 3390 LEV 1 001 *** 1.00 **** **** A *** NO *** 00000 000000
MIGN0G 3390 LEV 1 001 *** .730 **** **** A *** NO *** 00000 000000
MIGN0H 3390 LEV 1 001 *** .824 **** **** A *** NO *** 00000 000000
MIGN0I 3390 LEV 1 001 *** .506 **** **** A *** NO *** 00000 000000
MIGN0J 3390 LEV 1 001 *** .602 **** **** A *** NO *** 00000 000000
MIGN0K 3390 LEV 1 001 *** .231 **** **** A *** NO *** 00000 000000
MIGN0L 3390 LEV 1 001 *** .314 **** **** A *** NO *** 00000 000000
MIGN0M 3390 LEV 1 001 *** .366 **** **** A *** NO *** 00000 000000
|
|
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Show the actual HLIST statement that you are using |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Code: |
//HLIST EXEC PGM=IKJEFT01,DYNAMNBR=30
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
HLIST LEVEL(H2567AM) MCDS ODS('H2567AM.TEST')
|
|
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
It works perfectly well for me. I can only suggest that you speak with your storage people as there may be some wierd internal exits / security restrictions implemented at your site. |
|
Back to top |
|
|
saroragu
New User
Joined: 12 Nov 2008 Posts: 22 Location: india
|
|
|
|
Thanks for sugessting this Ill check with the storage people.. |
|
Back to top |
|
|
|