"Jake anderson" <justmainfra...@gmail.com> wrote in message
news:<cahtvvrw503n-daal98sqzcritzj4bhyxu-hsgpfdmxgqhsj...@mail.gmail.com
>...
> Hi,
> 
> When I try to rename a dataset using a Utility IEHPROGM and I get a
error
> message like :
> 
> Error :
> 
> SYSTEM SUPPORT UTILITIES ----
> IEHPROGM
> 
> 
>    RENAME DSNAME=BETTY.JCL.PDS,
> X00027015
>                NEWNAME=BETTY.JCL1.PDS,VOL=3390=KMCG03
> 00028017
>  IEH207I  STATUS OF USERS REQUEST TO RENAME DATA SET
> BETTY.JCL.PDS
>           VOLUME I.D.     ACTION TAKEN     REASON FOR TAKING THIS
> ACTION
>             KMCG03          NONE           CORRECT PASSWORD NOT
> AVAILABLE
> END OF LISTING OF DATA SETS TO BE SCRATCHED OR RENAMED  ... UNUSUAL
> END
> 
> 
> UTILITY
> END
> 
> My JCL :
> 
> //BETTYU$ JOB TIME=(5,0),REGION=5M
> //STEP1 EXEC PGM=IEHPROGM
> //DD1 DD DSN=BETTY.JCL.PDS,DISP=SHR,VOL=SER=KMCG03,UNIT=3390
> //SYSPRINT DD SYSOUT=*
> //SYSIN DD *
>    RENAME DSNAME=BETTY.JCL.PDS,                                     X
>                NEWNAME=BETTY.JCL1.PDS,VOL=3390=KMCG03
> /*
> 
> The above Error message Popped up due to Intended NEWNAME was already
in
> Use(Means Already catalogued). This I found when I tried Renaming via
TSO
> command "R".
> 
> I am just confused why IEHPROGM utility is throwing a different
message
> for renaming whereas the TSO commands gives out a different message
for
> renaming.
> 
> What Macro is invoked when we try to Rename using TSO command "R"
beside a
> dataset ? What is the difference between the two methodology ?
> 
> Could anyone please enlighten me ?
> 
> Jakes
> 

The main difference between rename by TSO and by IEHPROGM is that TSO
tries to recatalog the dataset (and discovers that the new name already
exists), while IEHPROGM concentrates only on the VTOC of the disk. After
renaming the dataset on disk, you will have to recatalog it yourself.
While processing the dataset on disk, IEHPROGM sees that it is 'password
protected' and you did not specify the 'correct password'. Is the disk
SMS managed?

Kees.
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************
                        

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to