Author |
Message |
Topic: Screen not invoking the pgm |
harisubs
Replies: 1
Views: 1812
|
Forum: IMS Posted: Fri Oct 12, 2007 4:56 am Subject: Screen not invoking the pgm |
Deepesh
The program name and the corresponding transaction must be mapped by a macro. Normally, the DBA's perform this activity if you provide the inputs (Transaction name and program name) to them.
... |
Topic: convert Numeric edited field to numeric |
harisubs
Replies: 5
Views: 3254
|
Forum: Application Programming Posted: Thu Sep 13, 2007 7:54 am Subject: convert Numeric edited field to numeric |
Hi CICS Guy,
Thank you for the quick response.
NUMVAL is not available in our shop.
I was looking if there is a way using the Move statements without having to inspect every character of the X(1 ... |
Topic: convert Numeric edited field to numeric |
harisubs
Replies: 5
Views: 3254
|
Forum: Application Programming Posted: Thu Sep 13, 2007 7:23 am Subject: convert Numeric edited field to numeric |
Hi
There is a typo in my post.
The first line "I have a numeric edited field in X(10) field. "
should be read as "I have a numeric edited field in X(14) field. "
Thanks
har ... |
Topic: convert Numeric edited field to numeric |
harisubs
Replies: 5
Views: 3254
|
Forum: Application Programming Posted: Thu Sep 13, 2007 7:14 am Subject: convert Numeric edited field to numeric |
Hi
I have a numeric edited field in X(10) field.
(It is alphanumeric as it comes from an online screen.)
I need to de-edit the field into numeric field.
For example, consider the following data ... |
Topic: Query on cursor logic in IMS Screens using DB2 table |
harisubs
Replies: 6
Views: 3519
|
Forum: Database Posted: Tue Aug 14, 2007 8:50 am Subject: Query on cursor logic in IMS Screens using DB2 table |
Thank you Kolusu.
I made a short test in SPUFI and the results are as desired.
Shall get back if I face any trouble
Thanks
Harisubs |
Topic: Query on cursor logic in IMS Screens using DB2 table |
harisubs
Replies: 6
Views: 3519
|
Forum: Database Posted: Tue Aug 14, 2007 7:27 am Subject: Query on cursor logic in IMS Screens using DB2 table |
Kolusu
The KEY-FLD is numeric, DATE field would be converted to MMCCYY format (example: 082007) while displaying on screen and AMOUNT field is numeric.
The sorting should be done on DATE,AMOUNT,KEY- ... |
Topic: Query on cursor logic in IMS Screens using DB2 table |
harisubs
Replies: 6
Views: 3519
|
Forum: Database Posted: Tue Aug 14, 2007 3:32 am Subject: Query on cursor logic in IMS Screens using DB2 table |
Kolusu
The data on screen is sorted on Date,Amount and Key-fld respectively.
I have a query for the solution provided.
Considering the same data as given above (first post) and let us assume tha ... |
Topic: Query on cursor logic in IMS Screens using DB2 table |
harisubs
Replies: 6
Views: 3519
|
Forum: Database Posted: Mon Aug 13, 2007 9:21 am Subject: Query on cursor logic in IMS Screens using DB2 table |
Hi
I have a query for the Pageup and Pagedown logic in IMS screen and I need to fetch records from DB2 table.
The normal pageup and pagedown logic will be based on the key fields displayed on the ... |
|