Search found 649 matches

by nicc
Tue May 06, 2014 3:12 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is default program name?
Replies: 9
Views: 3058

Re: What is default program name?

You could try one of the turnkey Hercules offerings - Anuj posted a link the other day. I got it up and running with almost no problems. The problems arise when you get logged on - no ISPF and, so far, I find what documentation there is for the options available is a bit lacking. Example, I created ...
by nicc
Fri May 02, 2014 2:46 am
Forum: Interview Questions.
Topic: Question on GDG.
Replies: 12
Views: 2442

Re: Question on GDG.

After a few tests...starting with a new GDG base so no generations yet: step 1: create +1 creates G0001V00 step 2: create +2 creates G0002V00 step 3: delete +2 (now left with #1) step 4: create +2 creates G0002V00 DSLIST shows #1 and #2 Second test: step 1: create +1 creates G0003V00 step 2: create ...
by nicc
Thu May 01, 2014 1:32 pm
Forum: JCL - Job Control Language.
Topic: Is it possible to change the record length of a PS
Replies: 11
Views: 7225

Re: Is it possible to change the record length of a PS

I do not understand what the real problem is as it has not been explained as to why 10 more bytes are required. Assuming the requirement is to amend an existing dataset then the simplest way is to change the program that creates the dataset to declare the dataset as being 90 bytes record length, cha...
by nicc
Tue Apr 29, 2014 9:24 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229676

Re: Where do you live?

Looks like my backspace key has migrated (again)!
by nicc
Tue Apr 29, 2014 7:25 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229676

Re: Where do you live?

Oz - Australian English, Austria - IBM so internal language is English, Belgium - Air Traffic - Pan-european so internal language is English, Ireland - Irish English, Enh=gland - Punjabi (joking - English English). I have a smattering of French, German, Greek, Thai...
by nicc
Tue Apr 29, 2014 3:20 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229676

Re: Where do you live?

I live down on the pig farm! Actually I am a Scot, living in England and working wherever which has include England, Australia, Austria, Belgium and currently (for the 3rd time) Ireland.
by nicc
Tue Apr 29, 2014 3:16 pm
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 501193

Re: How did you find us?

Google
by nicc
Tue Apr 29, 2014 3:07 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Double word boundary?
Replies: 4
Views: 3156

Re: Double word boundary?

It means that the data element starts on a double-word boundary which Robert has described above - basically an address that is evenly divisible by 8 or is 0 (hence the 0, 8, 16 etc in robert's post)
by nicc
Mon Apr 28, 2014 6:46 pm
Forum: JCL - Job Control Language.
Topic: Is it possible to change the record length of a PS
Replies: 11
Views: 7225

Re: Is it possible to change the record length of a PS

If your dataset is empty then simply delete it and redefine it. If it has data in it that needs to be of the new record length then you will have to write something - possibly a sort - to read the old data, reformat it to the new format and write it out to a new dataset with the new dataset attribut...

Go to advanced search