Author |
Message |
Topic: copy from production database to test database |
ANIL SARATHY
Replies: 6
Views: 6388
|
Forum: IMS Posted: Sat Dec 26, 2009 8:08 pm Subject: copy from production database to test database |
IMS is nothing but VSAM files in most cases. Just copy the vsam files individually into your own test vsam files. You will be all set. |
Topic: Extract IMS database definition |
ANIL SARATHY
Replies: 5
Views: 2287
|
Forum: IMS Posted: Fri Mar 30, 2007 12:27 am Subject: Extract IMS database definition |
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.imstools.liu.doc.ug/h3ch510dbt3.htm |
Topic: ROLLABCK IN IMS BATCH PROGRAM |
ANIL SARATHY
Replies: 1
Views: 1450
|
Forum: IMS Posted: Fri Aug 04, 2006 4:37 pm Subject: ROLLABCK IN IMS BATCH PROGRAM |
Yeah it is working now. I followed the rules and could not perform rollback.
I was testing the program in xpeditor , where log files are deafulted to tapes.
Submitted the sam eprogram with dasd it ... |
Topic: ROLLABCK IN IMS BATCH PROGRAM |
ANIL SARATHY
Replies: 1
Views: 1450
|
Forum: IMS Posted: Fri Aug 04, 2006 3:20 pm Subject: ROLLABCK IN IMS BATCH PROGRAM |
I tried ROLB command to back out the changes , it gave status code
"AL" . Even after going thru the explanation, i checked log to be on dasd and bko to be 'Y'.
still the problem.
... |
Topic: Replace unacceptable value (junk) into space |
ANIL SARATHY
Replies: 6
Views: 3552
|
Forum: Utilities Posted: Thu Jul 27, 2006 7:45 am Subject: Replace unacceptable value (junk) into space |
hehehe , i guess frank . |
Topic: Replace unacceptable value (junk) into space |
ANIL SARATHY
Replies: 6
Views: 3552
|
Forum: Utilities Posted: Wed Jul 26, 2006 3:43 pm Subject: Replace unacceptable value (junk) into space |
it seems i have to type, values mentioned above are good values.
Any hex value other than above is considered as unacceptable. So all these should be replaced with space. Hope this is clear
I h ... |
Topic: Replace unacceptable value (junk) into space |
ANIL SARATHY
Replies: 6
Views: 3552
|
Forum: Utilities Posted: Wed Jul 26, 2006 2:42 pm Subject: Replace unacceptable value (junk) into space |
Thnaks for quick reply.
i am aware of altseq, but how to do check for unacceptable values other than above.
One way is to type values with different combinations of A-F and 0-9 in altseq
... |
Topic: Replace unacceptable value (junk) into space |
ANIL SARATHY
Replies: 6
Views: 3552
|
Forum: Utilities Posted: Wed Jul 26, 2006 2:25 pm Subject: Replace unacceptable value (junk) into space |
Below are valid values can typed from keyboard from
http://www.mvsforums.com/helpboards/viewtopic.php?t=134
X'F0' X'F1' X'F2' X'F3' X'F4' X'F5' X'F6'
X'F9' X'60' X'7E' X'79' X' ... |
Topic: How do I know my program is issuing checkpoints ? |
ANIL SARATHY
Replies: 8
Views: 4518
|
Forum: IMS Posted: Wed Jul 05, 2006 11:05 am Subject: How do I know my program is issuing checkpoints ? |
if there is not commit then , how changes done to DB in the middle of execution getting commited |
Topic: MFS:- Whats the significance of coding a field on (24,78) co |
ANIL SARATHY
Replies: 2
Views: 1515
|
Forum: IMS Posted: Tue Jun 13, 2006 2:44 pm Subject: MFS:- Whats the significance of coding a field on (24,78) co |
Based on attribute it tells that value is populated from program. May be ur shop displays error messages or any other message that fit from 24,xx 24,77
and rest of gap is just some kind of filler |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
ANIL SARATHY
Replies: 9
Views: 4402
|
Forum: IMS Posted: Thu Jun 01, 2006 1:08 pm Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
Srini
I think Bithead is looking for below thing from you.
what function code in IMS is used for loading and inserting segments ????
ISRT for both.
PROCOPT deter ... |
Topic: How to Add the new PCB for existing program. |
ANIL SARATHY
Replies: 1
Views: 1283
|
Forum: IMS Posted: Tue May 30, 2006 6:52 am Subject: How to Add the new PCB for existing program. |
if program is reading and updating same database then just change procopt in pcb
to A or GI(R,D).
Check what are the databases accessed in program. If the program is changed to include new da ... |
Topic: Creating index with more than one fields as Key |
ANIL SARATHY
Replies: 3
Views: 1964
|
Forum: IMS Posted: Tue May 23, 2006 9:31 am Subject: Creating index with more than one fields as Key |
I thought u had problen with secondary index ,considering SEQ and SRCH words. But it is not the case here. Problem is with primary key itself.
What actually mean by "creating index". I ... |
Topic: Creating index with more than one fields as Key |
ANIL SARATHY
Replies: 3
Views: 1964
|
Forum: IMS Posted: Mon May 22, 2006 9:57 am Subject: Creating index with more than one fields as Key |
It is not mandatory to have all search fields to be adjacent.
Give all four fields in SRCH=(,,,) and it is you or your teams call to have
symbolic or direct pointer addressing for secondary index. ... |
Topic: how to use index to search |
ANIL SARATHY
Replies: 6
Views: 2839
|
Forum: IMS Posted: Fri May 19, 2006 7:24 am Subject: how to use index to search |
i assume that you have a file with keys of segments DBSEG1 and DBROOT.
File has secondary index of DBSEG1 and primary key DBROOT and data to updateor insert.
Read the database as
GU DBSEG1(S ... |
|