Author |
Message |
Topic: left padding with zeros |
digitalnirmal
Replies: 4
Views: 2927
|
Forum: Application Programming Posted: Fri Feb 22, 2008 7:01 am Subject: left padding with zeros |
when u print 9(7) usign disply is shows leading zeros - but tthat does not happen when you write to file |
Topic: left padding with zeros |
digitalnirmal
Replies: 4
Views: 2927
|
Forum: Application Programming Posted: Fri Feb 22, 2008 6:33 am Subject: left padding with zeros |
I have a field 9(7) which can take values like 4/44/444/4444444 etc
I need to write this data in output file as
0000004
0000044
4444444
how do i get the leading zeros?
if i move 9(7) to ... |
Topic: disable file handle condition |
digitalnirmal
Replies: 0
Views: 1226
|
Forum: CICS and Middleware Posted: Fri Sep 15, 2006 4:48 am Subject: disable file handle condition |
I have an exisitng code which abends if a file in unavailable. ( AEXL)
Now, i want to implement the following senario -
I want the program to display a message on screen
"file xxxx is cl ... |
Topic: list of all members from the librarian |
digitalnirmal
Replies: 4
Views: 3263
|
Forum: Utilities Posted: Mon Jun 26, 2006 11:45 pm Subject: list of all members from the librarian |
Thanks ... leme try this out |
Topic: list of all members from the librarian |
digitalnirmal
Replies: 4
Views: 3263
|
Forum: Utilities Posted: Sun Jun 25, 2006 9:04 am Subject: list of all members from the librarian |
guys .... 3 days and no soln......
does it mean that it cant be done??? |
Topic: list of all members from the librarian |
digitalnirmal
Replies: 4
Views: 3263
|
Forum: Utilities Posted: Thu Jun 22, 2006 5:46 am Subject: list of all members from the librarian |
I need a list of all members present in the soucelib of the librarian
Is these any way to do this usig FILEAID
Also, is there any tutorial/sample progs/reference available from where programming u ... |
Topic: compare comp-3 field to SPACES/LOW-VALUES |
digitalnirmal
Replies: 4
Views: 10367
|
Forum: Application Programming Posted: Tue Jun 13, 2006 6:21 am Subject: compare comp-3 field to SPACES/LOW-VALUES |
@Jaya
I need to initialize all those COMP-3 fieleds from an IMS DB to ZEROS which are either SPACES or LOW-VALUES.
For this, i need to be able to distinguish them |
Topic: compare comp-3 field to SPACES/LOW-VALUES |
digitalnirmal
Replies: 4
Views: 10367
|
Forum: Application Programming Posted: Tue Jun 13, 2006 2:24 am Subject: compare comp-3 field to SPACES/LOW-VALUES |
I need to check if a S9(3)v9(4) COMP-3 variable is LOW-VALUES or SPACES.
How do I write it in COBOL? |
Topic: how to use index to search |
digitalnirmal
Replies: 6
Views: 3157
|
Forum: IMS Posted: Fri May 19, 2006 4:29 am Subject: how to use index to search |
We are using the secondary index to improve performance of the existing code
The plan is to seek the segment using an index and then insert/update depending on conditions |
Topic: how to use index to search |
digitalnirmal
Replies: 6
Views: 3157
|
Forum: IMS Posted: Fri May 19, 2006 12:34 am Subject: how to use index to search |
Hi Anil
i'm not sure what u mean by this
"what is source and target segments of secondary index"
"what segment information ur looking here"
I'm looking to insert / update ... |
Topic: how to use index to search |
digitalnirmal
Replies: 6
Views: 3157
|
Forum: IMS Posted: Wed May 17, 2006 5:04 am Subject: how to use index to search |
I have a IMS DB DB1
the struct of this DB is as follows
DBROOT (key = KEY1)
|
|--DBSEG1 (key = KEY2)
now an index has been created on DBSEG1
The structure now looks like this if the index ... |
Topic: Restoring CICS transactions from AADF |
digitalnirmal
Replies: 0
Views: 1619
|
Forum: CICS and Middleware Posted: Tue May 09, 2006 6:54 am Subject: Restoring CICS transactions from AADF |
How far to restore old archived CICS transactions from AADF?
Is there a age limit on the transactions which can be restored using AADF?
If there is a limit, is there any way to find it out? |
Topic: printing numbers in eztrieve |
digitalnirmal
Replies: 1
Views: 1198
|
Forum: Application Programming Posted: Fri Apr 28, 2006 1:09 am Subject: printing numbers in eztrieve |
I have values in a file in the format S9(8 ).99 and S9(8 ).99 comp-3
I want to print these values in another file in the format 99999999.99(-)
I want to do this using Ezetrieve |
Topic: wildcard in sort |
digitalnirmal
Replies: 2
Views: 3418
|
Forum: Utilities Posted: Mon Apr 17, 2006 6:16 am Subject: wildcard in sort |
Thanks a lot @kolusu |
Topic: wildcard in sort |
digitalnirmal
Replies: 2
Views: 3418
|
Forum: Utilities Posted: Mon Apr 17, 2006 4:46 am Subject: wildcard in sort |
I have a file which contains a 10 character field
I want to sort out all records that have 'ABC anywhere in this 10 character field
eg:
Input
xxxxxxxfsssdfddmssxxxxxxxxxxxx
xxxxxxxporABCjud ... |
|