Author |
Message |
Topic: How to improve Communication skills |
Kathi
Replies: 14
Views: 13357
|
Forum: Related Non-Technical Topics Posted: Fri Jun 09, 2006 9:18 pm Subject: How to improve Communication skills |
vivek said: Most weird grammar in american usage is double negativity but meaning them as a single negative . e.g. In regular english one would say "I haven't seen anything yet" is spoken as ... |
Topic: Public Domain Software? |
Kathi
Replies: 2
Views: 4054
|
Forum: Related Non-Technical Topics Posted: Fri Jun 09, 2006 9:11 pm Subject: Public Domain Software? |
In the USA all written work, that is letters, music, books and even computer software is protected by a copyright. You do not have to register the copyright with the government to enforce it, but tha ... |
Topic: IEBGENER - Concatenation Permanent & Temporary Datasets |
Kathi
Replies: 6
Views: 11950
|
Forum: Utilities Posted: Fri Jun 09, 2006 8:57 pm Subject: IEBGENER - Concatenation Permanent & Temporary Datasets |
I believe it is better to change the creating program to force an OPEN/CLOSE for every file so that the DCB entry in the catalog is correct thereby eliminating the problem for ALL future files and app ... |
Topic: can we do count for each file |
Kathi
Replies: 5
Views: 2906
|
Forum: Utilities Posted: Fri Jun 09, 2006 8:53 pm Subject: can we do count for each file |
VISION:Results will also give you total records for each file.
FILE1IN
FILE2IN
FILE3IN
Code a statement like one of the above for each file in and use the corresponding JCL DD statements a ... |
Topic: IDCAMS Verify |
Kathi
Replies: 2
Views: 2629
|
Forum: Utilities Posted: Fri Jun 09, 2006 8:51 pm Subject: IDCAMS Verify |
Perhaps you should look it up in the manual. |
Topic: Any Design Alternative on extending copybook length |
Kathi
Replies: 4
Views: 2580
|
Forum: Application Programming Posted: Fri Jun 09, 2006 8:46 pm Subject: Any Design Alternative on extending copybook length |
Clearly the answer is if you add fields to the record by increasing it's length, then you will have to change the copybook member and recompile ALL the programs that use it.
But then if you did not ... |
Topic: suggest me some manuals on quikjob |
Kathi
Replies: 4
Views: 3480
|
Forum: Application Programming Posted: Fri Oct 14, 2005 2:00 pm Subject: suggest me some manuals on quikjob |
Quikjob is now called Advantage VISION:Report and owned by Computer Associates. If you are at a licensed installation, then the person that installed the software will have a copy of the documentatio ... |
Topic: Evaluate Condition |
Kathi
Replies: 5
Views: 2842
|
Forum: Application Programming Posted: Sat Jul 09, 2005 4:58 pm Subject: Evaluate Condition |
See the rules of character movement and padding. See also the rules for comparing values when their lengths are different.
I'd also rethink your closing quote if you don't understand the question ... |
Topic: Variable block VSAM file creation |
Kathi
Replies: 4
Views: 3385
|
Forum: Data Management Posted: Wed Jun 29, 2005 5:37 pm Subject: Variable block VSAM file creation |
And remember that variable record VSAM files do not have RDWs but variable record sequential file do have RDWs. |
Topic: Control cards |
Kathi
Replies: 8
Views: 4576
|
Forum: Job Control Language(JCL) Posted: Wed Jun 29, 2005 5:34 pm Subject: Control cards |
In the "good ole days" when things were actually put on punched cards, then any card which was used to control the executing program was called a control card. The information in the card might be a ... |
Topic: cobol files |
Kathi
Replies: 6
Views: 2640
|
Forum: Application Programming Posted: Tue Feb 15, 2005 12:44 pm Subject: cobol files |
arungr posted It means I have to define 50 flags.
Sometimes we have to do things we don't necessarily like.  |
Topic: How to open a file for edit (as in ISPF option 2) in REXX |
Kathi
Replies: 6
Views: 2854
|
Forum: TSO and ISPF Posted: Sat Feb 12, 2005 2:15 am Subject: How to open a file for edit (as in ISPF option 2) in REXX |
You might try the following:
ADDRESS ISPEXEC "EDIT DATASET(datasetname) "
where datasetname is unqualified. Use
ADDRESS ISPEXEC "EDIT DATASET('"datasetn ... |
Topic: 'Cut' dataset in two ? |
Kathi
Replies: 3
Views: 2646
|
Forum: Job Control Language(JCL) Posted: Sat Feb 12, 2005 2:09 am Subject: 'Cut' dataset in two ? |
If the dataset is on a tape, just get a pair of sissors.
A data set on disk would be more difficult.  |
Topic: Help with Complex ODO |
Kathi
Replies: 3
Views: 2348
|
Forum: Application Programming Posted: Tue Jan 11, 2005 11:08 pm Subject: Help with Complex ODO |
Variable Occurs within a Variable Occurs is not allowed.
This is the data structure you have created. Make one of them fixed and it will work. |
Topic: Shortest COBOL program (Again!) |
Kathi
Replies: 9
Views: 33254
|
Forum: Mainframe Challenge Posted: Tue Dec 28, 2004 1:52 am Subject: Shortest COBOL program (Again!) |
I think some people have too much time on their hands!  |
|