IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need Information on ASIM/Infoman


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raj4neo
Warnings : 1

New User


Joined: 12 May 2006
Posts: 51
Location: India

PostPosted: Tue Apr 14, 2015 1:00 am
Reply with quote

Hi ,

We are having a ASIM/Infoman tool , In our System Jobs used to run in Ca7 and whenever the Job abend ASIM/Infoman tool will automatically create a RFS Infoman ticket and Resolution was updated in the ticket , and daily we have to create a report for all the all infoman ticket with resolution , Is there any Batch JCL Utilities to List all the Infoman tickets with Resolution in a dataset

Thanks for your Help in advance

Raj
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Apr 14, 2015 7:30 pm
Reply with quote

You would have to check the infoman manual to see what it provides.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 581
Location: London

PostPosted: Thu Apr 23, 2015 11:02 am
Reply with quote

You can run Infoman in batch as per example below, but you'd have to tailor the field names and lengths etc to suit your installation. This e.g. is to report on all records in a particular entry class, but is post-processed to refine the report further:

//RUNRFT EXEC PGM=IKJEFT1B,DYNAMNBR=99,REGION=32M
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=C
//BLGTRACE DD SYSOUT=*
//SYSPROC DD DISP=SHR,DSN=xxxx.BASE.CLIST
//ISPSLIB DD DISP=SHR,DSN=xxxx.BASE.SKELS
//ISPMLIB DD DISP=SHR,DSN=xxxx.SISPMENU
//ISPTLIB DD DISP=SHR,DSN=xxxxxx.BASE.TABLES
// DD DISP=SHR,DSN=xxxx.BASE.TABLES
// DD DISP=SHR,DSN=xxxx.SISPTENU
//ISPPLIB DD DISP=SHR,DSN=xxxx.BASE.PANELS
// DD DISP=SHR,DSN=xxxx.SISPPENU
//ISPPROF DD DSN=&&PROF,DISP=(NEW,DELETE,DELETE),DATACLAS=POFB80
//PRTFILE DD SYSOUT=*,RECFM=FB,LRECL=80,BLKSIZE=320
//ISPLOG DD SYSOUT=*,RECFM=VA,LRECL=125,BLKSIZE=129
//ISPLIST DD SYSOUT=*,RECFM=FBA,LRECL=121,BLKSIZE=3146
//RFTP0 DD DISP=SHR,DSN=xxxx.RFT
//OUTPUT DD DISP=OLD,DSN=xxxx.REPORT
//SYSTSIN DD *
ISPSTART PGM(TSUTINM) PARM(SESS(P0) CLASS(ENTRYCLS) +
IRC(;PROF,7,4,5,, +
1,1,MANAGEMENT, +
7,DDNAME,, +
5,3,1,OUTPUT, +
2,00000060, +
3,YES,, +
4,9, +
;REP,6,ROTA,;QUIT))
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Extract all the TWS scheduler informa... IBM Tools 1
No new posts Table Information - DB2 DB2 1
No new posts Remove additional information in SUPE... TSO/ISPF 10
This topic is locked: you cannot edit posts or make replies. Control-M Information. CLIST & REXX 1
Search our Forums:

Back to Top