Author |
Message |
Topic: Number Concepts |
aniket
Replies: 1
Views: 2906
|
Forum: Other Technical Topics Posted: Wed Mar 18, 2009 2:16 pm Subject: Number Concepts |
Hi,
Can anyone suggest me any reading material for number concepts (hex, binary) and variable types (signed, comp, comp-3) and how they are related to each other? |
Topic: Current Day (e.g. FRIDAY) using SORT |
aniket
Replies: 1
Views: 1935
|
Forum: Utilities Posted: Thu Nov 06, 2008 3:15 pm Subject: Current Day (e.g. FRIDAY) using SORT |
Hi, Is there any way by which we can get current day of the week, I mean not the numeric date, but alphabetic day (e.g. FRIDAY) using SORT? |
Topic: How to replace a byte in packed decimal using outrec |
aniket
Replies: 1
Views: 1583
|
Forum: Utilities Posted: Sat Oct 18, 2008 9:00 pm Subject: How to replace a byte in packed decimal using outrec |
Hi,
Here is my requirement: I have a packed decimal number from positions 2 to 9 in a file (picture cluase PIC S9(15) comp-3.) . I want to replace a particular byte using sort. e.g. I have a number ... |
Topic: CSD file name |
aniket
Replies: 5
Views: 3278
|
Forum: CICS and Middleware Posted: Thu May 17, 2007 9:07 am Subject: CSD file name |
It would be great if you can share with me the procedure to unload the groups. |
Topic: CSD file name |
aniket
Replies: 5
Views: 3278
|
Forum: CICS and Middleware Posted: Wed May 16, 2007 11:48 pm Subject: CSD file name |
Hi,
1) Is there any way by which I can get the CSD file name in CICS? We can get the dataset name by CEMT I FI. Is there any such way to get CSD file?
2)After getting the file name, can browse ... |
Topic: FD entry and layout in it when output file has an ODO clause |
aniket
Replies: 6
Views: 4531
|
Forum: Application Programming Posted: Wed Oct 04, 2006 12:50 pm Subject: FD entry and layout in it when output file has an ODO clause |
Hi Kolusu,
I appreciate your help.
I would like to know which is the better and technically correct way of defining the above file? The one with 'Record contains' clause or the other- 'Record ... |
Topic: FD entry and layout in it when output file has an ODO clause |
aniket
Replies: 6
Views: 4531
|
Forum: Application Programming Posted: Tue Sep 26, 2006 6:22 pm Subject: FD entry and layout in it when output file has an ODO clause |
Thnaks very much Kolusu..it worked.
Can you please tell me what was the difference between two Record Clauses? Both indicate variable file length. |
Topic: FD entry and layout in it when output file has an ODO clause |
aniket
Replies: 6
Views: 4531
|
Forum: Application Programming Posted: Tue Sep 26, 2006 3:57 pm Subject: FD entry and layout in it when output file has an ODO clause |
I am getting following error:
IGYGR1201-E The first integer of the "RECORD CONTAINS" clause for file
was different from the minimum calculated record size 1620. |
Topic: FD entry and layout in it when output file has an ODO clause |
aniket
Replies: 6
Views: 4531
|
Forum: Application Programming Posted: Tue Sep 26, 2006 3:08 pm Subject: FD entry and layout in it when output file has an ODO clause |
Hi,
My output file length is variable. Just to give you an idea, here is the layout of the file in working storage.
01 OUTREC.
05 PART1 PIC X(520)
05 PART2 PIC X(22) OCCURS 0 TO 50 T ... |
Topic: 'Hilite on' |
aniket
Replies: 1
Views: 1390
|
Forum: TSO and ISPF Posted: Tue Aug 15, 2006 1:02 pm Subject: 'Hilite on' |
Hi,
When I am typing the command 'Hi on' I am getting message 'Invalid terminal'. So I am not able to see the code in different colors. I am using 3278 terminal. Can you please help me out in this ... |
Topic: Conversion of CYYMMDD format to DATE format in DB2 |
aniket
Replies: 4
Views: 4359
|
Forum: Database Posted: Fri Jan 27, 2006 11:27 am Subject: Conversion of CYYMMDD format to DATE format in DB2 |
Hi Kolusu,
I tried out with following query in SPUFI as I need 30 days difference as one of criterion:
SELECT
PT.POLICY_NO
FROM
DB2PADM.VLS_POLICY_TRANS PT,
DB2PADM.VLS_POLICY_TEMP_DT PD
WH ... |
Topic: Conversion of CYYMMDD format to DATE format in DB2 |
aniket
Replies: 4
Views: 4359
|
Forum: Database Posted: Fri Jan 27, 2006 10:09 am Subject: Conversion of CYYMMDD format to DATE format in DB2 |
Thank you very much Kolusu... |
Topic: Conversion of CYYMMDD format to DATE format in DB2 |
aniket
Replies: 4
Views: 4359
|
Forum: Database Posted: Fri Jan 27, 2006 7:19 am Subject: Conversion of CYYMMDD format to DATE format in DB2 |
Hi,
I want to calculate no of days difference between current date and a date field in DB2 table. This field is declared as char(7) and in CYYMMDD format. e.g. Today's date in table will be 2060127. ... |
Topic: Can a job have two trigger files? |
aniket
Replies: 2
Views: 1487
|
Forum: Other Technical Topics Posted: Sat Jul 16, 2005 7:13 am Subject: Can a job have two trigger files? |
Hi,
I have came across scenarios in which a job is triggered by availability of a particular dataset. Can I have two trigger datasets for a job?
To elaborate further, suppose the datasets in quest ... |
|