ADSO Migration Utility User's Guide
Copyright © 1983-2017 Laderman Associates


Migrating User Passwords

    Overview
    OS Execution JCL
    DOS Execution JCL

Overview

If you are migrating users, IDMSDDDL will not create syntax to migrate the associated passwords. LADAMU30 will perform this function by directly updating the USER-047 record in the object IDD. If you choose to execute this, do so through the central version, after completion of Phase V.

OS Execution JCL

//jobname	JOB 	site parameters
//step1  	EXEC 	PGM=LADAMU30
//STEPLIB  	DD   	DSN=loadlib,DISP=SHR
//	      DD 	DSN=idmsload,DISP=SHR
//sysctl 	DD 	DSN=sysctl,DISP=SHR
//INFILE 	DD 	DSN=sorted10,DISP=SHR 		from Phase III
/*
//

DOS Execution JCL

* $$ JOB JNM=jobname,site parameters
// JOB site parameters
// UPSI 1
* step 1 - LADAMU30, Place LIBDEFS here
// ASSGN SYS005,SYSLST
// ASSGN SYS030,DISK,VOL=volume,SHR
// DLBL  INFILE,'sorted10',0 		from Phase III
// EXTENT SYS030,volume,,,space1
// EXEC LADAMU30,SIZE=512K
/*
/&
* $$ EOJ