Search found 1551 matches

by Anuj Dhawan
Sun Feb 10, 2013 8:28 pm
Forum: COBOL
Topic: COBOL programming language
Replies: 2
Views: 3639

Thread locked.
by Anuj Dhawan
Mon Jan 28, 2013 4:36 pm
Forum: JCL
Topic: Need to merge two sort steps to reduce redundancy in JCL
Replies: 3
Views: 4334

I don't think that you'll save a whole lot of CPU or will be able to do some MIPS balancing with that merge; however, what difference/s do you observe in two output files?

Did you check the statistics in SYSOUT for Record-in and out - for both the SORTs?
by Anuj Dhawan
Mon Jan 28, 2013 4:19 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: How to extract the Job name and Job time in JCL
Replies: 2
Views: 3779

Does the output from EZACFSM1 help?
by Anuj Dhawan
Mon Jan 28, 2013 4:01 pm
Forum: JCL
Topic: want to check a file is empty or not in a JCL
Replies: 15
Views: 22669

venky wrote:Now I want to check if the file as records, then I need to get some return code.
Did you mean to checking some specific condition, at some location, in input records?
by Anuj Dhawan
Mon Jan 28, 2013 3:33 pm
Forum: COBOL
Topic: help me in creating EXCEL document as OUTPUT FROM COBOL PROG
Replies: 18
Views: 30487

I have tried the record structure like this. what is the logic to get data in to EXCEL? Excel is a windows (in general) software. You need to transfer the data first to a window-box from zOS -- where you create the file. As said before, while transfering the file with the choice of options you pick...
by Anuj Dhawan
Mon Jan 21, 2013 7:30 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: ICETOOL question
Replies: 8
Views: 9272

And I've moved your topic from "General Discussion" to "JCL" part of the Forum.
by Anuj Dhawan
Mon Jan 21, 2013 7:28 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: ICETOOL question
Replies: 8
Views: 9272

In SORT application, usually it's not advised to use the output, same as input file. It may damage your file. Do you really want the records to be deleted, if you copy in third file, won't that suffice? And suggest you show some example of input records from both the file and the expected output fro...
by Anuj Dhawan
Mon Jan 14, 2013 1:00 pm
Forum: JCL
Topic: can we call proc from proc?
Replies: 6
Views: 13571

Welcome Enrico! :)
by Anuj Dhawan
Mon Jan 14, 2013 12:58 pm
Forum: IMS DB
Topic: IMSDB Clarfication
Replies: 4
Views: 12028

Once the data is in COBOL Table, yes it can be handled the way you ask for. But you've posed the question very badly to get a useful answer.
by Anuj Dhawan
Mon Jan 14, 2013 11:43 am
Forum: COBOL
Topic: a cobol logic
Replies: 2
Views: 3433

And is it a real Production question or a class-exercise?
by Anuj Dhawan
Fri Jan 04, 2013 7:26 pm
Forum: JCL
Topic: can we call proc from proc?
Replies: 6
Views: 13571

The original question was posted long back, so I think OP is not looking for an answer now. Said that, original question is, actually, posed badly. One does not "CALL" a PROC, you execute it.

And "nested" PROC are very much in use, as Dick indicates.
by Anuj Dhawan
Mon Dec 24, 2012 7:59 pm
Forum: JCL
Topic: loadlib error
Replies: 7
Views: 8867

Why did you think about -911 and 804? -911 is SQLCODE, 804 is beyond the scope of this thread.

Suggest you look for what William suggests.
by Anuj Dhawan
Tue Dec 04, 2012 10:20 am
Forum: JCL
Topic: Header and Trailer in JCL
Replies: 4
Views: 5629

***intresting***!
by Anuj Dhawan
Tue Dec 04, 2012 10:19 am
Forum: Admin Announcements
Topic: DB2 QUICK START - FREE for Members
Replies: 81
Views: 154823

Well, to be able to send you the information requested - you need to tell your passwrod number.
by Anuj Dhawan
Sat Nov 17, 2012 2:56 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: add 1 to date
Replies: 3
Views: 4227

If you've a new question please start a new thread. And this is confusing
date field declared as packed field of 9, and date is declared as mmddyyyy format.
Can you please tell us the COBOL equivalent definition of the date field?