Search found 1551 matches

by Anuj Dhawan
Wed Aug 15, 2012 2:00 pm
Forum: COBOL
Topic: Add leading zeros by using cobol
Replies: 18
Views: 29450

SPACES, when you talk about it in a COBOL Forum, has a definite, predefined and universally accepted meaning. SPACES is a figurative-constant, as ZEROS(ZERO) is. So this sentence of yours, emphasis added by me I have done it by moving '000000000' to spaces and it is working and for leading zeros I h...
by Anuj Dhawan
Wed Aug 15, 2012 1:49 pm
Forum: JOB DISCUSSION
Topic: mainframe in the field of public sector
Replies: 3
Views: 4877

Disclaimer: These are my own personal views and they don't represent the belief or policies of any company or entity in any way. I'd say you've put a very open ended question - when you talk about "public sector companies", it readily calls upon the discussion on where do you belong to? What is you...
by Anuj Dhawan
Tue Aug 14, 2012 1:58 pm
Forum: JCL
Topic: Parm limit
Replies: 12
Views: 13815

If I read through this thread, unfortunately, it's confusing at its best! With a Subject-line as "PARM Limit" now we're talking about "Dynamic allocation of file in COBOL"! :?

And what is this saying asking
I have to pass parameters in a dataset.
by Anuj Dhawan
Tue Aug 14, 2012 1:17 pm
Forum: JCL
Topic: Regarding control cards
Replies: 4
Views: 5326

I do not really understand what exactly you want to do, however I'll make an edicated guess from this: now I am having a problem with step03 step03 exec pgm=sort sysin dd * skiprec=02,stopaft=25,skiprec=02,stopaft=01 /* First the sytax is not categorically wrong, it won't work the way it is written....
by Anuj Dhawan
Mon Aug 13, 2012 2:45 pm
Forum: JCL
Topic: Parm limit
Replies: 12
Views: 13815

PARM has a specifc meaning when you talk about "Passing PARM to COBOL Program". The limit is 100 charachters.

Perhaps, you work by using SYSIN as described in this link apart from many other available on this Forum.
by Anuj Dhawan
Fri Aug 10, 2012 4:05 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Doubt in where clause conditions ordering
Replies: 1
Views: 3226

AFAIK - unless you are talking about composite-indexes, I think there will be no difference.

Said that, why not run EXPLAIN against two statements which had the order of where clause items reversed and check if there is any difference in the plan/access-path.
by Anuj Dhawan
Fri Aug 10, 2012 2:36 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: history tables
Replies: 2
Views: 3815

Same way as one "moves" any other DB2 table.
by Anuj Dhawan
Fri Aug 10, 2012 9:48 am
Forum: INTERVIEW QUESTIONS
Topic: United Health group interview questions
Replies: 3
Views: 9159

After a year and half, I think the original poster hardly needs it!
by Anuj Dhawan
Fri Aug 10, 2012 9:45 am
Forum: JCL
Topic: SORT INREC OUTREC OVERLAY - Adding sequential numbers
Replies: 14
Views: 21149

Thanks William. I've not been using SORT for a while now, so played safe... :)

Thanks 'gain for your comments & time,

Regards,
by Anuj Dhawan
Fri Aug 10, 2012 9:38 am
Forum: JCL
Topic: how to use a file created by EZACFSM1 in the following steps
Replies: 4
Views: 14768

:? :shock: :| - so the problem is resolved?
by Anuj Dhawan
Thu Aug 09, 2012 4:25 pm
Forum: JCL
Topic: SORT INREC OUTREC OVERLAY - Adding sequential numbers
Replies: 14
Views: 21149

venky, your latest question and the one at the start of this thread seems different, if you've new question - please remember to start a new thread. For the latest question, this is one way of doing it: //SORTIN DD * 001 002 003 004 005 006 007 008 010 //SYSIN DD * OPTION COPY INREC FIELDS=(1,3,...
by Anuj Dhawan
Thu Aug 09, 2012 4:16 pm
Forum: JCL
Topic: how to use a file created by EZACFSM1 in the following steps
Replies: 4
Views: 14768

Please have a look at the thread Dick has pointed to, however, it'd be nice if you can show the JCL you've used and the error you get, if you've further question/s.
by Anuj Dhawan
Wed Aug 08, 2012 2:15 pm
Forum: JCL
Topic: Need a information regarding SYSIPT
Replies: 8
Views: 10271

Contact your site support group explaining the problem and do what they tell you to fix it.

And you've not used the code tags yet.
by Anuj Dhawan
Tue Aug 07, 2012 12:33 pm
Forum: COBOL
Topic: Add leading zeros by using cobol
Replies: 18
Views: 29450

Why don't you try something instead of just asking, venky?
by Anuj Dhawan
Mon Jul 30, 2012 12:49 pm
Forum: JCL
Topic: How to find out the replaced files in online?
Replies: 5
Views: 6152

Trying to read between the lines -- did you mean, "How to find the files which are allocated to CICS region"?