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.
//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 /* //
* $$ 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