| Author |
Message |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Wed Jan 02, 2008 2:30 am Subject: Date and Time |
I just want to refine my queries.
DATE-YR PIC X(04).
DATE-MO PIC X(02).
DATE-DY PIC X(02).
ABS-TIME PIC S9(15).
this is my layout for the VSAM file. I hav ... |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Wed Jan 02, 2008 2:27 am Subject: Date and Time |
I just want to refine my queries.
DATE-YR PIC X(04).
DATE-MO PIC X(02).
DATE-DY PIC X(02).
ABS-TIME PIC S9(15).
this is my layout for the VSAM file. I hav ... |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Wed Jan 02, 2008 12:13 am Subject: Date and Time |
| Is there any way to convert the system date and time in to absolute time. I need to do this in Batch program. Kolusu has given in CICS language but i am creating a batch program. |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Sun Dec 30, 2007 10:16 pm Subject: Date and Time |
| Thank you kolusu. I will check this and let u know. |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Fri Dec 28, 2007 2:50 am Subject: Date and Time |
| I took that from VSAM files. 2006.12.28.003376316554480 every dot(.) represents end of field. The date and time are given in CICS region. I found that the time is declared as s9(15), so the " 003 ... |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Thu Dec 27, 2007 11:42 pm Subject: Date and Time |
| I am using COBOL. I displayed only the system time,11233489 is the time and not the full date and time format. |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Thu Dec 27, 2007 4:10 am Subject: Date and Time |
| Thanks for your immediate response. |
Topic: Date and Time |
sarvan
Replies: 12
Views: 10008
|
Forum: Application Programming Posted: Thu Dec 27, 2007 3:47 am Subject: Date and Time |
| I just extracted the date and time from Mainframe program it shows the following data, 20061228003376316554480. Here first 4 characters denotes the year, next 2 month, next 2 day. Remaining 15 char de ... |
Topic: System Date & Time |
sarvan
Replies: 4
Views: 2779
|
Forum: Application Programming Posted: Thu Dec 06, 2007 12:00 am Subject: System Date & Time |
| Thanks a lot friends... |
Topic: System Date & Time |
sarvan
Replies: 4
Views: 2779
|
Forum: Application Programming Posted: Fri Nov 30, 2007 10:12 am Subject: System Date & Time |
| HI ALL HOW TO DISPLAY THE CURRENT DATE AND TIME USING COBOL PROGRAM. IF IT HAS BEEN ALREADY ANSWERED PLEASE REFER ME THE LINK. THANKS IN ADVANCE |
Topic: How to use special character in an INCLUDE COND |
sarvan
Replies: 10
Views: 6208
|
Forum: Job Control Language(JCL) Posted: Tue Nov 27, 2007 6:23 am Subject: How to use special character in an INCLUDE COND |
| Thanks a lot to vivek and vkphani. |
Topic: How to use special character in an INCLUDE COND |
sarvan
Replies: 10
Views: 6208
|
Forum: Job Control Language(JCL) Posted: Tue Nov 27, 2007 5:38 am Subject: How to use special character in an INCLUDE COND |
| Sorry my friend. Its working now. I made a mistake in the syntax. If possible can u explain in short about the fields used in INCLUDE COND |
Topic: How to use special character in an INCLUDE COND |
sarvan
Replies: 10
Views: 6208
|
Forum: Job Control Language(JCL) Posted: Tue Nov 27, 2007 5:12 am Subject: How to use special character in an INCLUDE COND |
Umm... since the time stamp has been defined as s9(15) i am geting that " } ". I tried the way u suggested too but its not working. I am encountering the same problem.
ICE143I 0 BLOCKS ... |
Topic: How to use special character in an INCLUDE COND |
sarvan
Replies: 10
Views: 6208
|
Forum: Job Control Language(JCL) Posted: Tue Nov 27, 2007 4:49 am Subject: How to use special character in an INCLUDE COND |
| I want to sort the records of LGT (ABC.VSAM.LGT) where its time is greater than the given time ('00333224593455{') in to a new PS (ABC.COBOL.SOURCE.LGTSORT). Is that fine or should i need to give some ... |
Topic: How to use special character in an INCLUDE COND |
sarvan
Replies: 10
Views: 6208
|
Forum: Job Control Language(JCL) Posted: Tue Nov 27, 2007 4:28 am Subject: How to use special character in an INCLUDE COND |
Following is my JCL just correct me if i am wrong
//RUNPGM EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=ABC.VSAM.LGT,DISP=SHR ... |
| |