CAMODID is a Broadcom TSO command processor utility, and is used to provide the service level and service maintenance of a load module element.
This utility is distributed with Common Components and Services r14.0 and higher.
Z/OS
Common Components and Services r14.0 and higher.
CAMODID may be executed from native TSO, from the TSO ISPF Command Shell, or from a batch job using IKJEFT01.
The command format is 'CAMODID function operand1 operand2 operand3'
Available FUNCTIONS:
HELP - CAMODID DESCRIPTION OF FUNCTIONS AND OPERANDS.
SYSTEM - SCAN LOAD MODULES IN COMMON AND THE LINKLIST.
DSNAME - SCAN LOAD MODULES IN THE DESIGNATED DATASET.
DDNAME - SCAN LOAD MODULES IN THE DATASET(S) ASSOCIATED
WITH THE SUPPLIED DDNAME AND OPTIONAL JOBNAME.
Available OPERANDS:
DDNAME, DETAIL,DSN,FMID, JOBNAME,LMOD,NOCOMMON,NOLNKLST,PTF or RMID,SORTFMID,SYSTEM
Example #1: CAMODID HELP
This command displays the format, and the definition of all the supported functions and operands of the CAMODID utility.
Example #2: CAMODID DSN(sys1.endevor.CSIQAUTH) LMOD(C1BM3000) DETAIL
This command displays the service maintenance of load module C1BM3000 from data set name "sys1.endevor.CSIQAUTH"
Example #3: Display service maintenance of all the modules with the FMID starting with CSIQI1 from the load library allocated to DD name END.
// JOB statement
//CAMODID EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//END DD DSN=sys1.endevor.CSIQAUTH,DISP=SHR
// DD DSN=sys1.endevor.CSIQLOAD,DISP=SHR
//SYSTSIN DD *
CAMODID DDNAME(END) FMID(CSIQI1*) DETAIL
/*
Example #4: Display service maintenance of all the modules with the FMID starting with CSIQI1 from the LINKLIST. Note this will not scan a dynamic STEPLIB.
// JOB statement
//CAMODID EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
CAMODID SYSTEM FMID(CSIQI1*) DETAIL
/*
Sample CAMODID display:
READY
CAMODID DSNAME(BST.C11801.CSIQAUTH) FMID(CSIQI1*)
CA LOAD MODULE SERVICE ANALYZER
SYSID=CA32 SP7.2.5 HBB77D0 DATE=2022076 09:15:31
PRIMARY CONTROL OPTIONS IN EFFECT:
FUNCTION=DSNAME LMOD(********) FMID(CSIQI1**) PTF(*******)
PROCESSING DATASET=BST.C11801.CSIQAUTH
CA LOAD MODULE SERVICE SUMMARY
RMID FMID RMID FMID RMID FMID RMID FMID
SO16224 CSIQI10 SO16126 CSIQI10 SO15658 CSIQI10 SO14939 CSIQI10
SO14847 CSIQI10 SO14704 CSIQI10 SO14513 CSIQI10 SO13857 CSIQI10
SO13177 CSIQI10 SO12490 CSIQI10 SO12441 CSIQI10 SO12172 CSIQI10
SO12022 CSIQI10 SO11288 CSIQI10 LU04710 CSIQI10 LU04588 CSIQI10
LU04205 CSIQI10 LU04170 CSIQI10 LU03750 CSIQI10 LU03596 CSIQI10
LU03503 CSIQI10 LU03345 CSIQI10 LU02753 CSIQI10 LU01495 CSIQI10
LU01490 CSIQI10 LU01219 CSIQI10 LU00970 CSIQI10 LU00808 CSIQI10
LU00797 CSIQI10
READY
END
See Manage CAMODID
The above example is for Endevor v18.1 . The FMID is CSIQI10.
For Endevor v18.0 the FMID is CSIQI00
CAMODID DDNAME(END) FMID(CSIQI*) DETAIL
For Endevor v19.0 the FMID is CSIQJ00
CAMODID DDNAME(END) FMID(CSIQJ*) DETAIL