Search found 1551 matches

by Anuj Dhawan
Tue Apr 16, 2013 7:27 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Select Data from table based on File Input
Replies: 5
Views: 8931

Re: Select Data from table based on File Input

Vishwanath G N wrote:The above has to be accomadated for all file input.
What are you saying/asking here?
by Anuj Dhawan
Wed Apr 10, 2013 2:48 pm
Forum: JCL
Topic: JOIN UNPAIRED,F1,F2,ONLY
Replies: 13
Views: 41527

You're welcome.
by Anuj Dhawan
Fri Apr 05, 2013 1:23 pm
Forum: JCL
Topic: JOIN UNPAIRED,F1,F2,ONLY
Replies: 13
Views: 41527

Re: Getting error message while using Jointkeys

If JOIN is speciified the REFORMAT filed is optional only.But still getting the error. That's not ture. The REFORMAT control statement is normally required if JOINKEYS is specified. It is optional if a JOIN control statement with the ONLY option has been specified in a join application since no rec...
by Anuj Dhawan
Fri Apr 05, 2013 1:19 pm
Forum: JCL
Topic: Do we have Skiplast parameter in JCL...like we have Skiprec?
Replies: 6
Views: 6976

AFAIK, there is no "Skiplast" in Sync- or DFSort. Though, there might be other ways of doing what you're looking for, however, for that you need to tell what are you looking forward to.
by Anuj Dhawan
Fri Apr 05, 2013 1:15 pm
Forum: COBOL
Topic: Copy records upto paticular data by using Cobol
Replies: 3
Views: 3965

For a moment let's forget about COBOL, what pseudo-code would you need for such a task?

OTOH, have you tried something and it did not work?
by Anuj Dhawan
Fri Mar 29, 2013 2:18 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: MAINFRAME UTILITY JCL TO LOAD DB2 TABLE USING FLAT FILE
Replies: 3
Views: 4826

If it is only for learning purpose, possibly look at the documentation of DSNUPROC.
by Anuj Dhawan
Fri Mar 22, 2013 2:30 pm
Forum: CICS
Topic: cobol-cics program
Replies: 5
Views: 6938

Code: Select all

This is coded.
This is not coded.
by Anuj Dhawan
Thu Mar 21, 2013 3:08 pm
Forum: JCL
Topic: concatenate 3 input records in different ds into one record
Replies: 5
Views: 7233

Please have a look at RESIZE parameter for DFSort.
by Anuj Dhawan
Wed Mar 20, 2013 2:52 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Hai
Replies: 1
Views: 3309

With an OPEN statement for every Cursor?
by Anuj Dhawan
Wed Mar 20, 2013 2:49 pm
Forum: COBOL
Topic: how is the PERFORM statement useful in TABLE handling????
Replies: 2
Views: 3829

William has given you a good direction but is it an Interview-question? Why do you ask this?
by Anuj Dhawan
Thu Mar 14, 2013 7:43 pm
Forum: JCL
Topic: Submission of jobs in Mainframe manually
Replies: 2
Views: 3358

"enter key" at times is mapped to "new line" but "next page" is something new. Ditto to what Sir William has said.
by Anuj Dhawan
Wed Mar 13, 2013 6:06 pm
Forum: FILE-AID
Topic: File-Aid Batch accessing copybook
Replies: 2
Views: 7000

I'm sorry but what exactly your question is? If you've File-Aid at your shop, generate the JCL and use that skelton or possibly write an interface to invoke Filie-Aid online?
by Anuj Dhawan
Thu Mar 07, 2013 7:49 pm
Forum: JCL
Topic: COND CODE - Can it be reset to zero (0)
Replies: 6
Views: 6959

Okay, make sense now. Thanks for the follow up and good luck! :)
by Anuj Dhawan
Wed Mar 06, 2013 1:15 pm
Forum: DB2 INTERVIEW QUESTIONS
Topic: What is a DBRM, PLAN ?
Replies: 8
Views: 40260

Ditto!
by Anuj Dhawan
Wed Mar 06, 2013 1:14 pm
Forum: JCL
Topic: COND CODE - Can it be reset to zero (0)
Replies: 6
Views: 6959

As William has indicated, you can't change the CC of a previous step. For that matter, cc of a step belongs to that step and can't be altered in any subsequent steps, whether it's IDCAMS or anything else. I would like for the condition code to go back to a value of zero so that the subsequent steps ...