Search found 537 matches

by Natarajan
Wed Nov 10, 2010 3:47 pm
Forum: COBOL
Topic: How to submit a jcl from a cobol program
Replies: 3
Views: 6893

by Natarajan
Mon Nov 01, 2010 10:14 pm
Forum: XPEDITER
Topic: About XPEDITER tool
Replies: 2
Views: 8514

by Natarajan
Mon Nov 01, 2010 12:45 pm
Forum: CICS
Topic: CICS PROJECT :D
Replies: 3
Views: 5967

Normally training centers provide project requirements. did you received any project requirements from your training center?
by Natarajan
Mon Nov 01, 2010 12:39 pm
Forum: COBOL
Topic: Two files Matching Logic
Replies: 3
Views: 8837

At my first glance over the option1 and optin 2 logics.. i dont see any major logic differene between option 1 and option 2. It is simplay using PERFORM instead of IF condition. It dont expect any cost savings over this.. In both cases , we need to read all the recods in both files. As suggested by ...
by Natarajan
Mon Oct 25, 2010 3:53 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Doubt in DISTINCT keyword
Replies: 1
Views: 3029

i worked on this long back. as i remember...
DISTRICT in DB2 query will work all the columns specifiedin with SELECT;
by Natarajan
Thu Oct 21, 2010 2:39 pm
Forum: JCL INTERVIEW QUESTIONS
Topic: is the answer correct??
Replies: 10
Views: 20071

can you provide the link from where you got this question.
by Natarajan
Thu Oct 21, 2010 2:33 pm
Forum: Personality Development
Topic: Glass of Milk
Replies: 0
Views: 4295

Glass of Milk

One day, a poor boy who was selling goods from door to door to pay his way through school, found he had only one dime left, and he was hungry. He decided he would ask for a meal at the next house. However, he lost his nerve when a lovely young woman opened the door. Instead of a meal he asked for a ...
by Natarajan
Thu Oct 21, 2010 11:26 am
Forum: JOB DISCUSSION
Topic: Is good to work on contract basic in wipro?
Replies: 1
Views: 3561

job discussions

Wipro is a good company to work with even as an contractor, it does not matter when you want to move to big company. My suggestion is go for this opportunity. try outside for permanent position during this time. ( caution : if you have confidence that , you can clear the technical interviews easily ...
by Natarajan
Thu Oct 21, 2010 11:13 am
Forum: JCL
Topic: Copy records from a ps to ps without duplicates
Replies: 2
Views: 5645

Remove Duplicates using DFSORT

You can refer following material
http://www.mainframegurukul.com/srcsinc ... .sort.html

you can remove duplicates using sort utility
use option ... SUM FIELDS=NONE
by Natarajan
Wed Oct 20, 2010 5:31 pm
Forum: JCL
Topic: JCL return codes
Replies: 7
Views: 24288

Error Hanlding in COBOL

For new questions, my suggestion is to start new thread ( Click on Post Button ). ERROR HANDLING IN COBOL PROGRAM once you get return code from the step that means execution of the program is completed with some error. If your question is around, if there is a internal error, you want to by pass tha...
by Natarajan
Tue Oct 19, 2010 12:40 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 Load and Unload Utility
Replies: 5
Views: 11485

IKJEFT01

Yes , I agree with you Anuj. It is a TMP. We can use IKJEFT01 whenever we want to execute any TSO command within a batch job. IKJEFT01 also allows us to run the programs written in REXX and CLIST. Comming to the point whether we can call it as utility or not. We may need to discuss on the meaning of...
by Natarajan
Mon Oct 18, 2010 1:19 pm
Forum: CICS
Topic: CICS Tutorial
Replies: 7
Views: 15649

Yes, i agree with Anuj.
Murach books are good, it has good no of examples in it.


Below is the to CICS hand book by Kageyama.

http://books.google.co.in/books?id=Y7E_ ... re&f=false
by Natarajan
Mon Oct 18, 2010 1:02 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 Load and Unload Utility
Replies: 5
Views: 11485

IKJEFT01

You can modify your sql, to get readable format data from UNLOAD.

You refer following article , to know about , how to unload using IKJEFT01 utility.
http://www.mainframegurukul.com/tutoria ... ility.html
by Natarajan
Sun Oct 10, 2010 11:22 pm
Forum: CICS
Topic: MQ CICS Problem
Replies: 5
Views: 9256

MQ Series CICS

Problem might be with increased number of input messages in the MQ. .2 cents from my side. 1. EXEC CICS SYNCPOINT ( cause more I/Os) might be the cause. As no of transaction transactions increases, I/O takes slightly longer. 2. cost of MQGET when a message is not immediately available is almost twic...
by Natarajan
Fri Oct 08, 2010 11:31 am
Forum: JCL INTERVIEW QUESTIONS
Topic: How to run only 2 steps out of 100 steps???
Replies: 28
Views: 55293

Interview questions.

You can do this useing IEBEDIT. Refer following thread for details. http://www.mainframegurukul.com/ibmmainframeforums/viewtopic.php?t=2329 sumit - welcome to the board. You are not the right person to comment on the guys who has helped hundreds of people by answering their queries. I agree with you...