ACF2 Mass creation of logon ids
search cancel

ACF2 Mass creation of logon ids

book

Article ID: 265940

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Is there a tool or utility that would assist with the creation of many, perhaps 100, tso logon ids?

Environment

Release : 16.0

Resolution

The ACFBATCH program/utility can be used to create several logonids. For example:

//ACFBATCH EXEC PGM=ACFBATCH                                      
//SYSOUT   DD SYSOUT=*                                            
//SYSPRINT DD SYSOUT=*                                            
//SYSIN  DD *                                                     
INSERT USER001 NAME(SAMPLE USER001) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER002 NAME(SAMPLE USER002) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER003 NAME(SAMPLE USER003) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER004 NAME(SAMPLE USER004) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER005 NAME(SAMPLE USER005) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER006 NAME(SAMPLE USER006) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER007 NAME(SAMPLE USER007) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER008 NAME(SAMPLE USER008) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER009 NAME(SAMPLE USER009) TSO JOB UID(222) GROUP(DFTGRP)
INSERT USER010 NAME(SAMPLE USER010) TSO JOB UID(222) GROUP(DFTGRP)
/*