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 [...]
Archive for April 4th, 2008
Catalogue Dataset Query
Posted in Query For U!!!, tagged catalogue, dasd, dataset, Mainframe, query, volser on April 4, 2008 | 1 Comment »
To send the email to pager using FTP in mainframe
Posted in Mainframe Code, tagged coding, email, ftp, Mainframe, mainframe email, mf coding, sending email from mainframe on April 4, 2008 | Leave a Comment »
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 [...]
OMEGAMON Commands
Posted in OMEGAMON, tagged commands, Mainframe, MVS, MVS Commands, syntax on April 4, 2008 | Leave a Comment »
S OMEGAMON TO START
OMEGAMON
P OMEGAMON TO STOP OMEGAMON
IDMS COMMANDS
NN 99SIGNON USERID PASSWORD
TO SIGNON FROM CONSOLE
NN 99BYE
[...]
IMS COMMANDS
Posted in IMS COMMANDS, tagged commands, hieraarchial database, hierarchial db, IMS, information mangement system, Mainframe, MVS, MVS Commands, syntax on April 4, 2008 | Leave a Comment »
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
DFHSM COMMANDS
Posted in DFHSM COMMANDS, tagged commands, DFHSM, JES, JES2, JES3, Mainframe, MVS, MVS Commands, syntax on April 4, 2008 | Leave a Comment »
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 [...]
CICS COMMANDS
Posted in CICS Commands, tagged CICS, CICS macro, commands, IMS, IMS-DC, JES, JES2, JES3, Mainframe, Mainframe online, MAPS, MVS, MVS Commands, OLTP, Online, syntax, VTAM on April 4, 2008 | Leave a Comment »
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
[...]
VTAM COMMANDS
Posted in VTAM Commands, tagged CICS, CICS macro, commands, IMS, IMS-DC, JES, JES2, JES3, Mainframe, Mainframe online, MAPS, MVS, MVS Commands, OLTP, Online, syntax, VTAM on April 4, 2008 | Leave a Comment »
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 [...]


