Author |
Message |
Topic: Convert the special date using SORT |
vij
Replies: 8
Views: 3433
|
Forum: Utilities Posted: Tue May 20, 2008 3:11 pm Subject: Convert the special date using SORT |
Thanks Frank Yaeger,
I am clear now. Thanks lot for your help. |
Topic: Convert the special date using SORT |
vij
Replies: 8
Views: 3433
|
Forum: Utilities Posted: Tue May 20, 2008 11:05 am Subject: Convert the special date using SORT |
Good idea Frank Yaeger.
I can use E15/E35 exit routine as your suggestion.
I will code "SPLDATE" in my SYSIN card, like
OUTREC FIELDS=(1,3,SPLDATE |
Topic: Coding Zoned Decimal Data |
vij
Replies: 3
Views: 1744
|
Forum: Utilities Posted: Tue May 20, 2008 9:29 am Subject: Coding Zoned Decimal Data |
//*-------------------------------------------------------------------*
//S2 EXEC PGM=SORT
//SYSOUT DD SYSOUT=* ... |
Topic: Convert the special date using SORT |
vij
Replies: 8
Views: 3433
|
Forum: Utilities Posted: Tue May 20, 2008 3:29 am Subject: Convert the special date using SORT |
sorry, typing mistake
X'99999C' represents 1900/01/01
X'99998C' represents 1900/01/02
X'99997C' represents 1900/01/03
should be
X'99999D' represents 1900/01/01
X'99998D' represents 1900/ ... |
Topic: Convert the special date using SORT |
vij
Replies: 8
Views: 3433
|
Forum: Utilities Posted: Tue May 20, 2008 3:16 am Subject: Convert the special date using SORT |
Hi Kolusu/Frank Yaeger
Thanks for your reply
The special date is invented as a Y2K solution. It is NOT a Julian format (YYDDDS or DDDYYS). It is just +ive or -ive number.
X'99999C' represen ... |
Topic: Convert the special date using SORT |
vij
Replies: 8
Views: 3433
|
Forum: Utilities Posted: Mon May 19, 2008 11:41 am Subject: Convert the special date using SORT |
We use a special date field in our application (stores in Dataset/file), sometime it need to convert into Gregorian date YYYYMMDD in the output file or report. Normally we invoke a special internal pr ... |
Topic: About 3.4 screen in ISPF |
vij
Replies: 4
Views: 3433
|
Forum: TSO and ISPF Posted: Mon Dec 16, 2002 8:37 am Subject: About 3.4 screen in ISPF |
Accidentally I found a problem in 3.4 screen. I am not sure, it is a problem in my Shop.
From the main screen
1. <3.4> <Enter>
2. <3.4> <PF8>
3. Erase 3.4 in Command l ... |
|