Sunday, November 20, 2016

DFHSM Commands

Command Description
F DFHSM,CANCEL REQ(####) CANCEL A REQUEST PENDING IN DFHSM
F DFHSM,CANCEL USER(ACSR010) CANCEL USER ACSR010 OUT OF DFHSM
F DFHSM,HOLD ALL HOLDS ALL HSM PROCESSING
F DFHSM,HOLD ALL(TAPE) HOLD HSM TAPE PROCESSING
F DFHSM,Q ACT DISPLAY DFHSM ACTIVITIES
F DFHSM,Q ACT W DISPLAY # OF DHFSM RECALLS, DELETES, ETC PLUS ACTIVIES
F DFHSM,Q W DISPLAY # OF DFHSM RECALLS, DELETES, ETC
F DFHSM,RELEASE ALL RELEASE ALL HSM PROCESSING
F DFHSM,SETSYS MONITOR(BCDS(97)) SET THRESHOLD
F DFHSM,STOP SHUTDOWN DFHSM

Tuesday, November 15, 2016

IMS commands

IMS stands for Informational Management System
ACT =  ACTIVATE DBD =  DATABASE DUMP ERE =  RESTART
ASS =  ASSIGN DBR =  DATABASE RECOVERY OPN =  OPEN
CHE =  CHECKPOINT DEQ =  DEQUEUES STA =  START
CLS =  CLOSE DIS =  DISPLAY STO =  STOP
XX = REPLY NUMBER FOR IMS REGION


XX,/ACT NODE XXXXXX Activates a node
XX,/ASS LTERM MTO TO LINE 1 PTERM 1 Assign IMSP MTO back to main terminal
XX,/ASS LTERM MTO TO NODE T0105F Assigns IMSP back to the MTO
XX,/ASS LTERM MTOSLAVE TO NODE T0105F Assigns IMSP hardcopy to 3290
XX,/ASS CLASS X TO REGION X Assigns class X to region X
XX,/ASS TRAN XXXXXXX TO CLASS X Assigns transaction XXXXXXX to class X
XX,/CHE Issues a checkpoint
XX,/CHE DUMPQ Shuts down the IMS control region normally
XX,/CLS NODE Closes a node
XX,/DBD DB XXXXXXX NOFEOV Database dump.  This is used to stop the scheduling of 
  transactions or programs that can update the database.  
  Scheduling continues for transactions that read the database.
XX,/DBR DB XXXXXXX NOFEOV  ~or~ This will stop the scheduling of transactions that update or
XX,/DBR AREA XXXXXXX NOFEOV read the database.  The database datasets are deallocated
  when any current transactions that are using the Database
  continue processing.
XX,/DEQ LTERM XXXXXX Dequeues LTERM
XX,/DEQ NODE XXXXXX PURGE Dequeues a node
XX,/DEQ SUSPEND Dequeues all suspended transactions
XX,/DIS A Displays IMS activity
XX,/DIS AREA XXXXXX Displays a database area
XX,/DIS DB XXXXXX Displays a database
XX,/DIS LTERM XXXXXX Displays a LTERM
XX,/DIS LTERM MTOSLAVE Displays MTOSLAVE
XX,/DIS NODE XXXXXX Displays a node
XX,/DIS NODE L01883 Displays hardcopy printer
XX,/DIS OLDS Displays online log datasets
XX,/DIS PSB Displays programs
XX,/DIS Q TRAN Displays any transactions queued up
XX,/DIS SHUTDOWN STATUS Displays any LTERMS that are still active after a shutdown
  command is issued.
XX,/DIS STATUS TRAN Displays any transactions that are down
XX,/DIS TRAN Displays transactions
XX,/ERE OVERIDE. Emergency restart after system crash
XX,/IDLE NODE ALL Forces all nodes off an IMS region
XX,/IDLE NODE XXXXXXX Forces a specific node off of an IMS region
XX,/NRE CHKPT 0 FORMAT ALL Reply for cold start
XX,/OPN NODE XXXXXXX Opens a node if close has been issued
XX,/RCL Signs user from IMS
XX,/RST NODE XXXXXXXX Restarts a users session
XX,/STA AREA ALL Starts all areas for an IMS region
XX,/STA AREA XXXXXXX Starts a specific area
XX,/STA CLASS X Starts class X
XX,/STO REG XX Cancels a job in the specified IMS region
XX,/STO REG XX,ABDUMP Cancels a job in the specified IMS region that is BMP status

Wednesday, November 9, 2016

CICS commands

CICS stands for Customer Information Control System
Format for the CEMT commands are: F CICSXXXX, CEMT <CMD>
F CICS***,CEMT P SHUT,I        =     The proper shutdown command for a single region.
Inquiry Commands:
CEMT I FILE Display all CICS files
CEMT I FILE(XXXXXXXX) Display a specific CICS file
CEMT I NET Display all terminals by VTAM ID
CEMT I NET(XXXXXXXX) Display a specific terminal by VTAM ID
CEMT I TAS Display CICS active tasks
CEMT I TAS(XXXXXXXX) Display a specific CICS task
CEMT I TE Display all CICS terminals
CEMT I TE(XXXXXXXX) Display a CICS terminal by ID
CEMT I VTA Display CICS VTAM ACB (Access Control Block)
CEMT I MODES Display CICS modes
CEMT I IRC Display inter-region status
CEMT I CONN Display communication links
CEMT I MODE*CON* Display all modes and connections
CEMT I SYS Display SYSID of the CICS accessing region
CEMT I TERM Display CICS terminals
CEMT I TERM(XXXX) Display a specific CICS terminal
CEMT I TRAN Display CICS transactions
CEMT I TRAN(XXXX) Display a specific CICS transaction
CEMT I PROG  Display CICS programs
CEMT I PROG(XXXX) Display a specific CICS program
CEMT I FIL(XXXX) ENA Display a specified enabled file
CEMT I FIL(*) ENA Display all enabled files
CEMT I FIL(NNNN) DIS Display a disabled file
CEMT I FIL(*) DIS Display all disabled files
CEMT I FIL(NNNN) UNE Display a specific unenabled file
CEMT I FILE(*) UNE Display all unenabled files
CEMT I FIL(NNNN) Display a CICS file
CEMT I FIL(*) Display all CICS files
Set Commands:
CEMT S FILE(XXXXX) CLOSE Closes a specific CICS file
CEMT S FILE(XXXXX) OPEN ENA Opens and enables a specific CICS file
CEMT S NET(XXXXX) ACQ INS Acquire and set a CICS terminal in service
CEMT S NET(XXXXX) OUT Stop a terminal within CICS
CEMT S TE(XXXXX) ACQ INS Acquire and set a CICS terminal in service
CEMT S TE(XXXXX) OUT Stop a terminal within CICS
CEMT S VTAM,CLOSE Normal close for CICS VTAM ACB
CEMT S VTAM,F Force close the CICS VTAM ACB
CEMT S FIL(XXXX) ENA Enable a specific CICS file
CEMT S FIL(*) ENA Enable all files
CEMT S CONN*NOTPENDING Remove all pending connections
CEMT S TER(XXXX) INS Puts a terminal in service
CEMT S TER(XXXX) ACQ Acquires a terminal in a region
CEMT S VTA OPE Open VTAM ACB (Access Control Block)
CEMT S VTA CLO Close VTAM ACB
CEMT S IRC OPE Start Inter-region
CEMT S MODE*CON*ACQ* Aquire all modes and connections
CEMT S SYS(XXXX) ACQ Acquire system to the CICS region
CEMT S PROG(XXXX) ENA Enable a disabled program
Peform Commands:
CEMT P SHUT Normal shutdown of a CICS region
CEMT P SHUT IMMED Immediate shutdown of a CICS region
CEMT P SHUT,Y Shutdown CICS region after all users are logged off and all
tasks are completed
Other Commands:
F CICSXXXX,IPCI Reinitialize IPCP program
C CICSXXXX Cancel CICS region only when normal shutdown doesn't work