Feeds:
Posts
Comments

Archive for April 4th, 2008

Please commet your thoughts on this query.
We have some datasets which were scratched but were able to restore them back. The datasets are still in uncataloged state. I tried
accessing the dataset using the VOLSER but it is still unaccessible. I need a JCL which would help me catalog those datasets or a JCL to copy
those [...]

Read Full Post »

 To send the email to pager using FTP in mainframe
This job catalogs most of the commands needed to send a email to my pager.
// JOB SETEMAIL
// EXEC LIBR,PARM=’MSHP’
ACCESS S=TECH.CONFIG
CATALOG PAGEMESF.L                        REPLACE=YES
SET USER=SYSTEM
SET PASSWORD=xyzxyax
SET HOST=DOCRS2.DOC.STATE.OK.US
SET FROM=xyzx…@aaa.bbb.ccccc.dd.US
SET SUBJECT=Your Page message
SET TO=1234567…@PAGE.METROCALL.zzz   (Stephen Frazier)
SEND
QUIT
/+
Then I run [...]

Read Full Post »

 S OMEGAMON     TO START
                                 OMEGAMON
 
P OMEGAMON      TO STOP OMEGAMON
    IDMS COMMANDS
         NN 99SIGNON USERID PASSWORD
               TO SIGNON FROM CONSOLE
 
NN 99BYE
              [...]

Read Full Post »

 DIS A – displays active tasks on IMS
/STA  TRAN xxxx – starts transaction 
/STO TRAN xxxx – stops transaction
STA REG xx – start regions
/STO REG xxx,ABEND – to cancel job/region on IMS
/DIS SUBSYS ALL – displays DB2 connections
/STA SUBSYS DB2X  - starts DB2 connections

Read Full Post »

 F DFHSM,LIST USER – find the authorized user of DFHSM
F DFHSM,LIST MVOL – find the list of migration volume
F DFHSM,Q ACT – find the list of active queries
F DFHSM,Q WAIT – find the details of waiting
F DFHSM,Q REQ – find the details of pending requests
F DFHSM,REL ALL – release all active tasks
F DFHSM,Q AC W [...]

Read Full Post »

 S CICS***                                TO START CICS  NORMALLY
S CICS*** ,START=COLD     TO COLD START CICS
 
S CICS***  ,START=INIT       FOR THE INITIAL START
 
F CICS***,CEMT P SHUT
                   TO SHUT DOWN CICS
      [...]

Read Full Post »

 Z NET,QUICK         TO CANCEL VTAM
 
Z NET,CANCEL      TO CANCEL VTAM                                        BY FORCE
D NET,CDRMS       To display the Cross domains
D NET,LINES          To display the information of [...]

Read Full Post »

Older Posts »