| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Supriyo
Joined: 22 Feb 2008
Posts: 2
Location: kolkata
|
| Posted: Mon Feb 25, 2008 11:51 am Post subject: how to find records in IDMS without OLQT or DMLO or QOL etc. |
|
|
Suppose i have a database and i know the schema/subschema name and i need to find out what are the records present and also their record structure? But
1.)i don't have the OLQT or DMLO or QOL(ie. any query online tool like DBOL etc as the client doesnt provide that.)
2.) I also cannot write any cobol programs to fetch the records.
Is there any commands or utility in IDD/OOAK by which this can be done..
I am new in IDMS so it will be helpful if u can suggest any sites or manuals etc. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7998
Location: 221 B Baker St
|
| Posted: Mon Feb 25, 2008 8:31 pm Post subject: |
|
|
Hello Supriyo and welcome to the forums,
Quote: I am new in IDMS so it will be helpful if u can suggest any sites or manuals etc. If your organization is licensed to use IDMS, all of the documentation may be downloaded for free from the CA Support site.
The material is covered by copyright and may neither be posted nor linked to from our forums. |
|
| Back to top |
|
Supriyo
Joined: 22 Feb 2008
Posts: 2
Location: kolkata
|
| Posted: Tue Feb 26, 2008 11:43 am Post subject: Reply to: how to find records in IDMS without OLQT or DMLO o |
|
|
Actually my company donot have CA products (so cannot get free materials from CA site )but we want to access our client database and we donot have any permission to use "OLQ or IDD or DMLO etc"(because they are not available with client).
So my question is --> how can i get to see what are the records present in IDMS and view them?
Since i had worked in AS400 (where they have commands like: wrkmbrpdm,dsplib etc) are there any such commands or ways in IDMS ?
IDMS must contain any "something" on its own by which i can access their records i suppose. :?: ...supriyo |
|
| Back to top |
|
nirmal.poikaikumaran
Joined: 29 Nov 2005
Posts: 50
Location: Bangalore
|
| Posted: Tue Feb 26, 2008 7:39 pm Post subject: |
|
|
I believe you can easily submit a batch job to sweep the contents of the IDD to fetch a report.
Sample JCL IS
//IDMSRPTS EXEC PGM=IDMSRPTS,REGION=2000K
//STEPLIB DD DSN=XXXX.SDMS.LOAD,DISP=SHR
//SYSJRNL DD DUMMY
//SYSOUT DD SYSOUT=*
//*YSLST DD SYSOUT=*,DCB=BLKSIZE=3059
//SYSLST DD DSN=XXX.ABCD.IDD09,
//* DISP=SHR
// DISP=(NEW,CATLG,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(10,10),RLSE),
// DCB=(RECFM=FB,LRECL=133,BLKSIZE=0)
//SYSIDMS DD *
DICTNAME=DICTAP
/*
//SYSIPT DD *
SCHEMA=SCHEMANAME VERSION=(HIGH)
SCHRPT SSCRPT
/*
This is how we used to get a report of the data, s othat without getting into database we can actually get to see the record structure.But only record structure and set ,area structure can be viewed in this manner |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7998
Location: 221 B Baker St
|
| Posted: Tue Feb 26, 2008 8:32 pm Post subject: |
|
|
Hello,
If your client will permit your group to access the idms environment, they (their dba(s)) need to tell you how you are to work in that environoment.
It may be as simple as requesting the database definitions from the database support people. |
|
| Back to top |
|
Maheshwar
Joined: 28 Mar 2008
Posts: 1
Location: INDIA
|
| Posted: Fri Mar 28, 2008 7:22 pm Post subject: Reply to: how to find records in IDMS without OLQT or DMLO o |
|
|
buddy..
try to check in the compile listing of any of the batches..hopefully ur problem will be solved. |
|
| Back to top |
|
Ace
Joined: 03 May 2007
Posts: 14
Location: Delhi
|
| Posted: Mon May 26, 2008 10:37 am Post subject: Reply to: how to find records in IDMS without OLQT or DMLO o |
|
|
| I too agree with Dick..You need to request your DBA's to send you the Bachman diagrams and other relevant information to work in IDMS |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|