Author |
Message |
Topic: Eliminate group of records based on criteria |
rk_pulikonda
Replies: 5
Views: 3258
|
Forum: Utilities Posted: Wed Nov 04, 2009 2:28 am Subject: Eliminate group of records based on criteria |
Thank you Kolusu, Frank, Brain wood for the responses.
I really appreciate your time.
Thanks |
Topic: Eliminate group of records based on criteria |
rk_pulikonda
Replies: 5
Views: 3258
|
Forum: Utilities Posted: Tue Nov 03, 2009 10:31 am Subject: Eliminate group of records based on criteria |
Kolusu as always thanks for the quick reply.
I am getting the syntax error. Here is my sysout.
INREC IFTHEN=(WHEN=INIT,
OVERLAY=(81:SEQNUM,8,ZD,RESTART=(1,6),89:7,1)),
... |
Topic: Eliminate group of records based on criteria |
rk_pulikonda
Replies: 5
Views: 3258
|
Forum: Utilities Posted: Mon Nov 02, 2009 10:51 am Subject: Eliminate group of records based on criteria |
Hi,
My requirement is as follows.
Input FB 80 (1 to 6 is key). based on position 7 I need to eliminate group of similar records. If I get key value followed by only '2' then I need to eliminate ... |
Topic: occurs clause |
rk_pulikonda
Replies: 3
Views: 1971
|
Forum: Application Programming Posted: Sat Feb 28, 2009 1:59 pm Subject: occurs clause |
sivaraj.ramaraj,
What exactly you are trying to ask ? |
Topic: Include Cond In Sort clarification |
rk_pulikonda
Replies: 6
Views: 5282
|
Forum: Utilities Posted: Fri Feb 20, 2009 7:01 pm Subject: Include Cond In Sort clarification |
Thank you Kolusu for the link. |
Topic: Stored proc - thru JCL? |
rk_pulikonda
Replies: 5
Views: 2827
|
Forum: Database Posted: Fri Feb 20, 2009 6:44 pm Subject: Stored proc - thru JCL? |
MFdigger
One small question ?
What is the difference between stored procedure written in COBOL accessing DB2 tables and normal COBOL program accessing DB2 tables..?
Just check the below link ... |
Topic: Stored proc - thru JCL? |
rk_pulikonda
Replies: 5
Views: 2827
|
Forum: Database Posted: Thu Feb 19, 2009 11:43 pm Subject: Stored proc - thru JCL? |
Do you want to execute the Stored Procedure directly or through another program ?
If it is through another program we can call.
Here is an exmple.
1. Working section Declaration.
01 PGM-L ... |
Topic: A U0474 abend occurred during execution of program |
rk_pulikonda
Replies: 4
Views: 12669
|
Forum: Application Programming Posted: Sat Feb 14, 2009 3:03 pm Subject: A U0474 abend occurred during execution of program |
Did you verified the order of PCB's defined in PSB and your program at entry level. |
Topic: Dynamic increase in internal table array size - COBOL |
rk_pulikonda
Replies: 5
Views: 5335
|
Forum: Application Programming Posted: Thu Feb 12, 2009 1:40 pm Subject: Dynamic increase in internal table array size - COBOL |
If you are using for reporting purpose
You can unload the columns from required table(s) and do a sort. Give this file as input to your cobol program and generate report. |
Topic: Accessing Child segment with Specified Critieria |
rk_pulikonda
Replies: 2
Views: 2520
|
Forum: IMS Posted: Tue Oct 07, 2008 9:51 pm Subject: Accessing Child segment with Specified Critieria |
Give a search on path call (Command code D) in this forum.
Hope you will get answer... |
Topic: CICS AEIV ABEND |
rk_pulikonda
Replies: 1
Views: 3786
|
Forum: CICS and Middleware Posted: Fri Apr 18, 2008 8:59 pm Subject: CICS AEIV ABEND |
Sreenivasa,
Just to confirm did you verify the WEB RECEIVE statement has LENGH/MAXLENGTH are hard coded. |
Topic: how/where to evoke a transaction? |
rk_pulikonda
Replies: 6
Views: 3602
|
Forum: IMS Posted: Fri Apr 18, 2008 8:33 pm Subject: how/where to evoke a transaction? |
ds390.
Just a suggestion if your question is clear you will get correct answer. It should not be like a treasure hunt.
What are you trying to do ?
If you are trying to invoke a Transaction, l ... |
Topic: Segments inserting on the database incorrectly |
rk_pulikonda
Replies: 1
Views: 1731
|
Forum: IMS Posted: Fri Mar 14, 2008 7:13 pm Subject: Segments inserting on the database incorrectly |
Could you provide more details.
How did you get this data ?
How can you say the data is in out of order ? |
Topic: PCB Mask |
rk_pulikonda
Replies: 6
Views: 6022
|
Forum: IMS Posted: Fri Mar 14, 2008 6:56 pm Subject: PCB Mask |
It is not as simple to compare IMS(hierachial) with DB2(relational) databases.
DBD:
One or more segments connected with parent/child relation. Each segment is called a Table or entire DBD also yo ... |
Topic: DC screen name. |
rk_pulikonda
Replies: 5
Views: 3061
|
Forum: IMS Posted: Wed Jun 08, 2005 11:14 am Subject: DC screen name. |
Hilltop,
FYI when you say screen in CICS terminology it is nothing but MAP name and in IMS it is MOD name.
In my shop by naming convension we will find the screen name.
eg:
ABXPROG -- Progn ... |
|