Search found 1551 matches

by Anuj Dhawan
Tue Nov 06, 2012 3:56 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: How to sort and retrevie rows without using ORDER BY clause
Replies: 2
Views: 4009

Suggtest you try this and see what happens?
by Anuj Dhawan
Mon Oct 29, 2012 3:26 pm
Forum: JCL
Topic: EDIT MULTIPLE MEMBERS AT THE SAME TIME IN A PDS
Replies: 5
Views: 6925

Possibly you can 'punch' the members, change the "string", date and recreate the PDS with changed-members -- but as Dick says,"Are the changes the exact same in every member?" Please show some example of the changes you expect from a given input.
by Anuj Dhawan
Fri Oct 26, 2012 3:00 pm
Forum: JCL
Topic: Load Jcl
Replies: 2
Views: 3471

what does the Position in load card signify
What purpose do you think it'd be serving? Please have a look in manuals, it is very well explained there.
by Anuj Dhawan
Fri Oct 26, 2012 2:17 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: modify date conditionally
Replies: 7
Views: 8240

I'm sorry, I thought it was in COBOL Part of the Forum -- however, as they say if it ends well, all is well. :)
by Anuj Dhawan
Wed Oct 24, 2012 2:37 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 program calls subprogram cursor
Replies: 2
Views: 4926

Dick has given you a good explanation, however, I'm thinking why did not you try it before posting, unless it's an interview question.
by Anuj Dhawan
Wed Oct 24, 2012 2:33 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: modify date conditionally
Replies: 7
Views: 8240

This pseudo code should be handy: If header-date=detail-date ACCEPT ws-date FROM DATE move ws-date to detail-date END-IF In above pseudo- code "DATE" is a 'conceptual data items' and has the implicit PICTURE 9(6) and the sequence of data elements (from left to right) would be: 2 digits for the year,...
by Anuj Dhawan
Tue Oct 16, 2012 4:02 pm
Forum: TSO, CLIST & REXX
Topic: REXX CODE - HELP
Replies: 6
Views: 7776

To have an idea, search for Mark Zelden REXX -- that should give you enough info to get going.
by Anuj Dhawan
Mon Oct 15, 2012 4:41 pm
Forum: JCL
Topic: Max cc=0016 For sorting using jcl
Replies: 8
Views: 17523

Now, this looks good to me too. I checked in from different computer but similar browser (I.E.) that day, however, it looks good now.
by Anuj Dhawan
Mon Oct 08, 2012 6:56 pm
Forum: COBOL
Topic: s9(04) comp used to store the length of the field.
Replies: 3
Views: 4606

There are many theories you might get to read bout it until you meet the one, from IBM, who actully decided this long ago. One might say - in the days of AMODE(24) it wasn't considered necessary to exceed half-word length. Though, these days, CICS also provides an FLENGTH field that provides a fullw...
by Anuj Dhawan
Sun Oct 07, 2012 5:25 pm
Forum: JCL
Topic: Max cc=0016 For sorting using jcl
Replies: 8
Views: 17523

Glad, you got it working however, for a SORT application (SynCSort and DFsort) - one does not need these DD statements: SYSPRINT and SYSUDUMP. You can remove them and execute the Job again. Also, MAXZNM - is it you or some spammer - I'm not sure but why the word "works" comes as embedded hyperlink i...
by Anuj Dhawan
Mon Oct 01, 2012 5:11 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Did not receive the DB2QUICKSTART password from last week
Replies: 2
Views: 3596

Start from this: http://www.mainframegurukul.com/ibmmain ... 1&start=60 as DD indicates.

And if possible, please choose some different "avatar name" (member name) other than an e-mail ID.
by Anuj Dhawan
Mon Oct 01, 2012 4:57 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort a file based on a field whose position is not fixed
Replies: 5
Views: 6361

I'm little late to the party, however, try this: //SORTIN DD * AAAAAAAAAAA<CRTS>2012-09-26-02.01.01.000000</CRTS>BBBBBBBBBBBB XXXXXXXX<CRTS>2012-09-26-01.01.01.000000</CRTS>HHHHHHHHHHHHH CCCCCCC<CRTS>2012-02-26-03.01.01.000000</CRTS>BBBBBBBBB //SORTOUT DD SYSOUT=* //SYSIN DD * INREC PARSE=(%01=&...
by Anuj Dhawan
Mon Oct 01, 2012 4:44 pm
Forum: JCL
Topic: Screen shot
Replies: 5
Views: 6567

If I try to read between the lines, my take on your question would be - you want to execute some utility-program on mainframes using which you can mimic "Print Screen" functionality.

If so - this can not be done.
by Anuj Dhawan
Tue Sep 18, 2012 7:27 pm
Forum: IMS DB
Topic: qualiefied SSA issues
Replies: 5
Views: 8082

I've coded your post to preserve the alignment.

What CALL do you issue?
by Anuj Dhawan
Tue Sep 18, 2012 1:01 pm
Forum: COBOL
Topic: What is the difference between Copy and Include?
Replies: 10
Views: 25794

dipakgoyal -- If you use, CA-Panvalet, your question might make some sense but then, that has not been mentioned yet...(perhaps, that's what DikDude has also indicated).