Author |
Message |
Topic: Member count reaching 10000! |
hari_uss
Replies: 1
Views: 6306
|
Forum: About Mvsforums Posted: Fri Jun 11, 2010 12:43 am Subject: Member count reaching 10000! |
Congratulations!!! |
Topic: COBOL Indentation |
hari_uss
Replies: 7
Views: 4805
|
Forum: Application Programming Posted: Thu Jun 10, 2010 12:58 am Subject: COBOL Indentation |
Not applicable for systems which are 20-30 years old. You can expect anything and everything there. |
Topic: COBOL Indentation |
hari_uss
Replies: 7
Views: 4805
|
Forum: Application Programming Posted: Mon Jun 07, 2010 12:39 am Subject: COBOL Indentation |
I like the recommendations here
http://home.swbell.net/mck9/cobol/style/indent.html |
Topic: COBOL sort |
hari_uss
Replies: 9
Views: 4264
|
Forum: Application Programming Posted: Mon Mar 23, 2009 2:21 am Subject: COBOL sort |
I think waves meant SORT or similar utilities which can be executed in JCL. |
Topic: Concatenate specific fileds from two recs in a single rec |
hari_uss
Replies: 2
Views: 2682
|
Forum: Utilities Posted: Sat Jul 12, 2008 7:06 am Subject: Concatenate specific fileds from two recs in a single rec |
See whether this helps you.
http://www.mvsforums.com/helpboards/viewtopic.php?t=7997&highlight=select |
Topic: Retrieving VSAM dataset name |
hari_uss
Replies: 2
Views: 2124
|
Forum: Application Programming Posted: Sun Jun 29, 2008 6:04 pm Subject: Retrieving VSAM dataset name |
I am no Assembler expert but a google search brought up the following link.
http://groups.google.co.uk/group/bit.listserv.ibm-main/browse_thread/thread/dbd5e7f4c78b7e09/9f8a523e625555f4?hl=en&lnk ... |
Topic: Extract specific data from IMS database |
hari_uss
Replies: 2
Views: 3032
|
Forum: IMS Posted: Wed Jun 25, 2008 7:24 pm Subject: Extract specific data from IMS database |
If you go down the route of writing a program your own, think about the following.
What if tomorrow, you want to extract records where
1. field1 > 200?
2. field1 = 100?
3. field1 < 100?
4 ... |
Topic: Accessing "BATCH load module" realtime |
hari_uss
Replies: 6
Views: 3216
|
Forum: Application Programming Posted: Wed Jun 25, 2008 7:06 pm Subject: Accessing "BATCH load module" realtime |
Is MQ an option at all? |
Topic: Analyse Jobs using tool??! |
hari_uss
Replies: 9
Views: 4519
|
Forum: Job Control Language(JCL) Posted: Mon Jun 23, 2008 5:12 pm Subject: Analyse Jobs using tool??! |
Revolve from Micro Focus also will give you a job flow chart. |
Topic: CA- Intertest |
hari_uss
Replies: 2
Views: 2554
|
Forum: CICS and Middleware Posted: Tue Jun 17, 2008 5:58 pm Subject: CA- Intertest |
Shankar,
Manual is available in internet. Search for 'ca intertest manual' in google. But be aware of the copyright laws mentioned in second page of the document.
BTW, Intertest is a commonly us ... |
Topic: TMON for DB2 |
hari_uss
Replies: 9
Views: 5812
|
Forum: Database Posted: Fri Jun 13, 2008 7:05 pm Subject: TMON for DB2 |
Yes Terry, I too noticed it. But it is a material in internet, which is available for the public. Will posting the link to that page be a violation of proprietary rights? I didnt think so. Of course, ... |
Topic: MQ instead of internal table |
hari_uss
Replies: 9
Views: 4715
|
Forum: CICS and Middleware Posted: Thu Jun 12, 2008 5:48 pm Subject: MQ instead of internal table |
Or use OCCURS...DEPENDING ON? |
Topic: Overiding ISRSUPC UTIL |
hari_uss
Replies: 8
Views: 8658
|
Forum: Utilities Posted: Thu Jun 12, 2008 5:44 pm Subject: Overiding ISRSUPC UTIL |
Probably you are looking for LSTCOLM 361:365?
See complete list of SuperCE options at
http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.f54u200/sceuo.htm |
Topic: TMON for DB2 |
hari_uss
Replies: 9
Views: 5812
|
Forum: Database Posted: Thu Jun 12, 2008 5:26 pm Subject: TMON for DB2 |
Is this you are looking for?
http://mvs1.iicc.ca/onldoc/Landmark/Landmark.htm |
Topic: Routing the data to the Screen? |
hari_uss
Replies: 1
Views: 2606
|
Forum: IMS Posted: Mon Jun 09, 2008 7:04 pm Subject: Routing the data to the Screen? |
A1 return code for a CHNG call to an alternate I/O PCB indicates that the transaction or device named in the CHNG call is not defined. What you need to is to define the transaction or device or to ens ... |
|