Search found 439 matches

by William Collins
Tue Mar 22, 2016 1:27 pm
Forum: Interview Questions.
Topic: Interview questions on JCL.
Replies: 8
Views: 1073

Re: Interview questions on JCL.

Don't make use of that. The behaviour is not documented, and could change at any future release of z/OS. That's a more important part of the answer than anything else. Yes, for winning bets. No for anything "useful".
by William Collins
Fri Mar 18, 2016 9:22 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: VSAM file is not created using IDCAMS.
Replies: 3
Views: 537

Re: VSAM file is not created using IDCAMS.

The first SYSIN will be processed, where multiple exist. Although the /* will cause a //SYSIN DD * card to be generated, it will not affect the IDCAMS control cards in the first SYSIN. If at least one of the... now somewhat missing... blank lines exist in the actual JCL, that will cause the generati...
by William Collins
Fri Mar 18, 2016 5:18 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: VSAM file is not created using IDCAMS.
Replies: 3
Views: 537

Re: VSAM file is not created using IDCAMS.

Paste the output from file two in the spool, the JESJCL.

When you say MAXCC=00, do you mean from the NOTIFY, or the output from IDCAMS, or both?

Paste the output from IDCAMS, the file three in the spool.
by William Collins
Mon Mar 07, 2016 9:22 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Why VSAM initialization is required for COBOL?
Replies: 9
Views: 1553

Re: Why VSAM initialization is required for COBOL?

When you take data from another system, don't you do anything to check to check that you have a correct dataset? If you suddenly get an "empty" KSDS, how do you know you have the correct dataset? "VSAM initialisation" is not required for COBOL, or any other language. It's a bag-o...
by William Collins
Wed Mar 02, 2016 5:01 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Why VSAM initialization is required for COBOL?
Replies: 9
Views: 1553

Re: Why VSAM initialization is required for COBOL?

The whole premise is rubbish. There is one "problematic" situation: a KSDS that is opened for input. If that KSDS has never contained data since it was DEFINEd, then you will get a file-status of 35 on the OPEN INPUT, and only OPEN INPUT, in COBOL. Now, if someone can explain the use of op...
by William Collins
Wed Mar 02, 2016 3:05 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Have you noticed the Bee symbol for IBM websites?
Replies: 15
Views: 1530

Re: Have you noticed the Bee symbol for IBM websites?

I don't know how much IBM had on the internet in 1981, and don't think those little icon things were around until much, much later than that.

Looking at my browser history, it was there at least as long ago as 16 September 2013. The DeveloperWorks site has its own, non-bee.
by William Collins
Mon Feb 22, 2016 4:44 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Print particular qualifier from a dataset to putput.
Replies: 11
Views: 963

Re: Print particular qualifier from a dataset to putput.

Here's an example: //FIXPOS EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTOUT DD SYSOUT=* //SYSIN DD * OPTION COPY INREC IFTHEN=(WHEN=INIT, OVERLAY=(51:7,44,JFY=(SHIFT=RIGHT))), IFTHEN=(WHEN=INIT, BUILD=(1,7,86,9)) //SORTIN DD * KEY1 ! ABCDE 1111-1111 KEY1 ! ABCDE FGH 1111-1112 It is the same principle f...
by William Collins
Mon Feb 22, 2016 4:20 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Put data from 21 VSAM files to one flat file.
Replies: 11
Views: 1195

Re: Put data from 21 VSAM files to one flat file.

OPTION EQUALS INREC OVERLAY=(81:C'1') MERGE FIELDS=(81,1,CH,A) OUTREC BUILD=(1,80) That's an example with fixed-length 80-byte records. You can't concatenate VSAM datasets (unless you have something specific which can, like SAS), but MERGE takes multiple input datasets, which will be SORTINnn, when...
by William Collins
Sun Feb 21, 2016 2:28 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Put data from 21 VSAM files to one flat file.
Replies: 11
Views: 1195

Re: Put data from 21 VSAM files to one flat file.

What SORT product do you use? Is the order of the data important?
by William Collins
Mon Feb 15, 2016 11:33 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: TRUNC COBOL compiler option behaves differently.
Replies: 2
Views: 1094

Re: TRUNC COBOL compiler option behaves differently.

What is the reason you want to use TRUNC(BIN) in batch? What is the reason you already use TRUNC(BIN) in CICS?
by William Collins
Fri Feb 05, 2016 5:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Any Hex function for COBOL available?
Replies: 4
Views: 2854

Re: Any Hex function for COBOL available?

Why do you want to do this, specifically?
by William Collins
Thu Feb 04, 2016 6:11 pm
Forum: You are a Guest.
Topic: I just bought an IBM z890
Replies: 14
Views: 3961

Re: I just bought an IBM z890

Well, it was very interesting on Sunday. The box standing in his basement, trying to get the power-supply working (in the end routed from the back to the front) and looking at the lights. Once powered up, and through the startup stuff, gets to OS/2 Warp, trying to work out how to change the IO confi...
by William Collins
Wed Feb 03, 2016 11:26 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2222

Re: Know the OS version using a TSO command.

And if it doesn't have to be an actual TSO command, WHO in SDSF has been pointed out to me.
by William Collins
Tue Feb 02, 2016 9:25 pm
Forum: You are a Guest.
Topic: I just bought an IBM z890
Replies: 14
Views: 3961

Re: I just bought an IBM z890

It is live-streamed. If he is not there, there won't be anything to see.
by William Collins
Tue Feb 02, 2016 2:58 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Finding the job which has created the dataset.
Replies: 2
Views: 349

Re: Finding the job which has created the dataset.

Talk to your Storage group. They will be able to tell you.
by William Collins
Tue Feb 02, 2016 2:26 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: What is MAT=9 in ISPF 3.13.
Replies: 3
Views: 645

Re: What is MAT=9 in ISPF 3.13.

Remember that your 3.13 means nothing, necessarily, to anyone else. The ISPF panels are customisable. So, what is it that your title of your 3.13?
by William Collins
Tue Feb 02, 2016 2:24 pm
Forum: Suggestions & Feedback : About the website.
Topic: Flags
Replies: 34
Views: 2706

Re: Flags

OK, so now that flag is not mandatory, it is OK :-)
by William Collins
Mon Feb 01, 2016 4:03 pm
Forum: You are a Guest.
Topic: I just bought an IBM z890
Replies: 14
Views: 3961

Re: I just bought an IBM z890

Yes, it was live and the next one will be live. Trouble is, although "noon" is self-explanatory, "tomorrow" isn't necessarily so, at 3am his time (8am mine). I caught the first hour, and the last half hour. The guy has a basement full of "projects", including a PDP-11, ...
by William Collins
Mon Feb 01, 2016 3:57 pm
Forum: Suggestions & Feedback : About the website.
Topic: Flags
Replies: 34
Views: 2706

Re: Flags

Well, Board Index gives me no message, but since I have a flag, and I can't do anything to not have a flag, I don't think that's a very helpful response for me to make, but you did ask :-)
by William Collins
Mon Feb 01, 2016 2:23 pm
Forum: You are a Guest.
Topic: I just bought an IBM z890
Replies: 14
Views: 3961

Re: I just bought an IBM z890

"Tomorrow", I don't know if 1 or 2 Feb, at noon Connor is streaming his install of Linux on this machine.

He had some fun and power problems last night my time (24:00 WET onwards).

http://www.twitch.tv/conmega

Go to advanced search