Author |
Message |
Topic: anyone got an invite for Google + |
Sreejith
Replies: 2
Views: 6994
|
Forum: Related Non-Technical Topics Posted: Thu Jul 21, 2011 4:26 am Subject: anyone got an invite for Google + |
Got one. Thanks for replying. |
Topic: anyone got an invite for Google + |
Sreejith
Replies: 2
Views: 6994
|
Forum: Related Non-Technical Topics Posted: Mon Jul 11, 2011 5:50 am Subject: anyone got an invite for Google + |
Will appreciate if you could send me an invite
thanks
sreejith |
Topic: Call a CLIST thru JCL? |
Sreejith
Replies: 8
Views: 7581
|
Forum: TSO and ISPF Posted: Mon Jul 05, 2010 10:35 am Subject: Call a CLIST thru JCL? |
I vaguely remember using a wrapper JCL to execute CLIST instead of storing it in sysproc and then doing execute . Something like following. But can't get it working
Is there a wrapper JCL to execu ... |
Topic: anyone got google wave invitaion ? |
Sreejith
Replies: 3
Views: 4746
|
Forum: Other Technical Topics Posted: Wed Sep 30, 2009 12:28 pm Subject: anyone got google wave invitaion ? |
Thanks Kolusu. |
Topic: anyone got google wave invitaion ? |
Sreejith
Replies: 3
Views: 4746
|
Forum: Other Technical Topics Posted: Wed Sep 30, 2009 10:58 am Subject: anyone got google wave invitaion ? |
Just wondering if anyone got one ? |
Topic: Current Date from a COBOL program. |
Sreejith
Replies: 5
Views: 6187
|
Forum: Application Programming Posted: Fri Aug 28, 2009 7:01 am Subject: Current Date from a COBOL program. |
Never mind. It should be
ACCEPT W-DATE FROM DATE YYYYMMDD.
|
Topic: Current Date from a COBOL program. |
Sreejith
Replies: 5
Views: 6187
|
Forum: Application Programming Posted: Fri Aug 28, 2009 6:34 am Subject: Current Date from a COBOL program. |
Oops.....
I have got hold of another method to generate date in CCYYMMDD format.
ACCEPT W-DATE FROM DATE YYYYDDMM.
HTH.
I tried this in IBM Enterprise COBOL for z/OS 4.1.0 ... |
Topic: IMS connect & OTMA diffrence |
Sreejith
Replies: 3
Views: 4189
|
Forum: IMS Posted: Thu Jul 09, 2009 4:56 am Subject: IMS connect & OTMA diffrence |
IMS Connect is mainly used for accessing IMS transaction from other platforms outside of mainframe. |
Topic: Split a record into two using DFSORT. |
Sreejith
Replies: 4
Views: 6318
|
Forum: Utilities Posted: Mon Apr 20, 2009 12:29 pm Subject: Split a record into two using DFSORT. |
that's right. the lrecl is 250. but the data ends at 230 and remaining is just filler |
Topic: Split a record into two using DFSORT. |
Sreejith
Replies: 4
Views: 6318
|
Forum: Utilities Posted: Mon Apr 20, 2009 11:40 am Subject: Split a record into two using DFSORT. |
Kolusu,
Thanks very much. As usual it worked very well.
The actual data length is 230 in my case and the third split neatly came out with 10 spaces at the end.
Sreejith |
Topic: Split a record into two using DFSORT. |
Sreejith
Replies: 4
Views: 6318
|
Forum: Utilities Posted: Mon Apr 20, 2009 10:32 am Subject: Split a record into two using DFSORT. |
I think I saw a solution on this board, but can't find out now. Here is what I am trying (the reverse of Combine multiple records into one record listed in dfsort tricks)
input LRECL 250
------
R ... |
Topic: Called Module from Main Program List |
Sreejith
Replies: 4
Views: 5001
|
Forum: TSO and ISPF Posted: Mon Mar 23, 2009 12:11 pm Subject: Called Module from Main Program List |
VIASOFT Smart Edit got an option to display all the called program |
Topic: Can we change the Dataset creation date in anyways? |
Sreejith
Replies: 8
Views: 5314
|
Forum: TSO and ISPF Posted: Mon Mar 02, 2009 2:56 am Subject: Can we change the Dataset creation date in anyways? |
Even if you could you should not. There are revision issues involved in this and changing creation dates can be considered as an offence.
Agree. Especially when it allows to change even the userid ... |
Topic: Can we change the Dataset creation date in anyways? |
Sreejith
Replies: 8
Views: 5314
|
Forum: TSO and ISPF Posted: Thu Feb 26, 2009 8:34 am Subject: Can we change the Dataset creation date in anyways? |
1. it is not a sequential datase - sequential file.
Sorry Dick. Dont know the difference between them. Any way if I give a Sequential file in 3.6, the error message is Data set is seque ... |
Topic: Can we change the Dataset creation date in anyways? |
Sreejith
Replies: 8
Views: 5314
|
Forum: TSO and ISPF Posted: Thu Feb 26, 2009 8:22 am Subject: Can we change the Dataset creation date in anyways? |
oops 3.5 |
|