| Author |
Message |
Topic: delete DBD and PSB |
sunkusiva
Replies: 1
Views: 2084
|
Forum: IMS Posted: Tue Jan 09, 2007 1:16 pm Subject: delete DBD and PSB |
Hi Yadav,
Following code may help you. This will Delete the Blocks generated by ACB.
//STEP EXEC ACBGEN,
// COMP='PRECOMP,POSTCOMP',
// SOUT=A ... |
Topic: Which interface to use |
sunkusiva
Replies: 2
Views: 5506
|
Forum: IMS Posted: Sat Dec 02, 2006 11:14 pm Subject: Which interface to use |
YSMVS,
I am not sure about CEETDLI.
CBLTDLI & AIBTDLI both are interfaces to DLI from application program.
AIBTDLI
While calling with AIBTDLI, you will have one position called resource name f ... |
Topic: How to delete specific child segment records under a parent. |
sunkusiva
Replies: 4
Views: 2518
|
Forum: IMS Posted: Sat Sep 23, 2006 12:56 pm Subject: How to delete specific child segment records under a parent. |
Hi Vak255,
Use Command Code P for FN01QKEF with GU/GN to reach the segment under which you need to delete 'BBBB' records.
SSA for establishing Parentage
FN01QKEF*P(FN01KEYBEQXXXX) ---&g ... |
Topic: How to delete specific child segment records under a parent. |
sunkusiva
Replies: 4
Views: 2518
|
Forum: IMS Posted: Sat Sep 23, 2006 1:59 am Subject: How to delete specific child segment records under a parent. |
Hi Vak255,
You should establish a Parentage at FN01QKEF.
Then you should issue a GHU call for FN01CQPF with qualified SSA (To meet the condition 'BBBB'). If this GHU call is successful, then you ne ... |
Topic: Need help with GE status code. |
sunkusiva
Replies: 5
Views: 7649
|
Forum: IMS Posted: Tue Sep 19, 2006 7:59 pm Subject: Need help with GE status code. |
AHReddy,
In your pgm, Are you establishing the repositioning after checkpoint at the segment that you read earlier or the segment after the one you committed?
I mean,If you read 10 Records in Segm ... |
Topic: How to delete a record from ims db |
sunkusiva
Replies: 3
Views: 3610
|
Forum: IMS Posted: Tue Sep 19, 2006 7:43 pm Subject: How to delete a record from ims db |
Grant,
In the File-Aid Go with Option 2 (Edit Mode). In the same fashion you go to browse the data, go in and use 'CHAR' on the command screen.
You will end up seeing the contents like following.
... |
Topic: Read the occurences in Reverse order |
sunkusiva
Replies: 3
Views: 2304
|
Forum: IMS Posted: Thu Aug 31, 2006 5:19 pm Subject: Read the occurences in Reverse order |
Bithead,
Thank you.
Problem here is my Seq#s need not be consecutive.
Bottomline, I have Seq#s which are in ascending order and need not be consecutive.
This avoids me to use the suggested app ... |
Topic: Read the occurences in Reverse order |
sunkusiva
Replies: 3
Views: 2304
|
Forum: IMS Posted: Wed Aug 30, 2006 7:16 pm Subject: Read the occurences in Reverse order |
I have a requirement where in I need to read latest 10 Records from a Child Segment. Each record is inserted to Last of this Child Segment.So latest mean, I need to read Last 10 records.
There is a ... |
| |