Author |
Message |
Topic: Cobol Write for printer file |
kok328
Replies: 5
Views: 3820
|
Forum: Application Programming Posted: Fri Apr 01, 2005 9:59 am Subject: Cobol Write for printer file |
Try RECORDING MODE IS FBA |
Topic: Sort in Cobol giving Empty file.. |
kok328
Replies: 8
Views: 6357
|
Forum: Application Programming Posted: Tue Mar 29, 2005 12:16 pm Subject: Sort in Cobol giving Empty file.. |
Seem like this would be a whole lot easier and quicker using a simple sort with an OMIT/INCLUDE parm instead of COBOL |
Topic: Problem with Natural / Adabas |
kok328
Replies: 13
Views: 7836
|
Forum: Application Programming Posted: Thu Mar 24, 2005 12:00 pm Subject: Problem with Natural / Adabas |
Kok328 can now rest in peace but what about me
Not really, I still feel there's more than meets the eye with this guy.
He knows more than a person has a right to.
He has answers to almost every p ... |
Topic: Mass compile all the members in a PDS of the type of COBOL |
kok328
Replies: 3
Views: 2214
|
Forum: Application Programming Posted: Wed Mar 23, 2005 9:12 am Subject: Initiator hog |
Having done this once before as part of a 200 - 300 program update, you may want to consider the ramifications of this approach.
50 programs isn't that much however, those waiting for an initator m ... |
Topic: Problem with Natural / Adabas |
kok328
Replies: 13
Views: 7836
|
Forum: Application Programming Posted: Tue Mar 22, 2005 9:42 am Subject: Got it. |
Got your message and remain speachless at your abilities.  |
Topic: Problem with Natural / Adabas |
kok328
Replies: 13
Views: 7836
|
Forum: Application Programming Posted: Tue Mar 22, 2005 9:31 am Subject: The hand was quicker than the eye. |
Kolusu,
I deleted my bulk mail without really paying attention to what it was.
I did see a glimpse of the subjects and believe you replied to me via email. I didn't get a chance to read your mess ... |
Topic: Problem with Natural / Adabas |
kok328
Replies: 13
Views: 7836
|
Forum: Application Programming Posted: Mon Mar 21, 2005 7:37 pm Subject: Is Kolusu another name for Guru? |
Thanks Kolusu,
Just one more question, that has been bugging me for some time now.
what is your background?
# of yrs. experience?
Current occupation/title?
education and training?
I ask th ... |
Topic: Problem with Natural / Adabas |
kok328
Replies: 13
Views: 7836
|
Forum: Application Programming Posted: Mon Mar 21, 2005 12:23 pm Subject: Problem with Natural / Adabas |
Kolusu,
I'm curious as to where you found reference material on Natural/ADABAS.
Could you share your source with us? |
Topic: About GDG |
kok328
Replies: 6
Views: 3109
|
Forum: Job Control Language(JCL) Posted: Thu Mar 10, 2005 9:04 am Subject: About GDG |
If you don't want to change your JCL for restart and do it the normal way then you could goto 3.4, delete the GDG created in STEP2 and restart your job from STEP2. |
Topic: Notify multiple users |
kok328
Replies: 20
Views: 11470
|
Forum: Job Control Language(JCL) Posted: Mon Mar 07, 2005 11:11 pm Subject: Notify multiple users |
You may want to check the options within your scheduling package.
I know for sure that Control-M will allow you to notify mulitiple users of successful and unsuccessful job completions. |
Topic: Mainframe Testing Tools |
kok328
Replies: 11
Views: 4941
|
Forum: Other Technical Topics Posted: Wed Apr 21, 2004 6:31 pm Subject: Mainframe Testing Tools |
"What generally we do is, Open the job, submit it and check the outputs being generated n check them. Thats it. "
If this is really true, your doing your employer a great dis-service.
I can't beli ... |
Topic: disadvantage of initialize.......... |
kok328
Replies: 3
Views: 3671
|
Forum: Application Programming Posted: Wed Apr 21, 2004 6:16 pm Subject: disadvantage of initialize.......... |
As I recall, alphanumeric fields are set to spaces and numeric fields are set to low-values. If you plan to send the file with FTP or IND$FILE download, the low-values will screw up the transmission. |
Topic: How to redefine in SAS? |
kok328
Replies: 4
Views: 2708
|
Forum: Application Programming Posted: Wed Apr 21, 2004 6:13 pm Subject: How to redefine in SAS? |
Yes it is possible but it is more like you would do in Easytrieve not COBOL.
Just create another field definition with overlaying byte positions.
Sorry, been out of the trade for sometime now an ... |
Topic: Control Records |
kok328
Replies: 4
Views: 2048
|
Forum: Application Programming Posted: Fri Feb 13, 2004 12:07 pm Subject: Control Records |
I'd take a unique and unmodified part of the record and save it off into working storage. The upon the write statement, compare the working storage field to the same part of the record your writing. ... |
Topic: Cobol Appln. Maintenance |
kok328
Replies: 8
Views: 3618
|
Forum: Application Programming Posted: Fri Feb 13, 2004 12:01 pm Subject: Cobol Appln. Maintenance |
Vini,
Compuware has a PC based product call DEV/Enterprise which will analyze a program and draw flowcharts, maps, etc....
I wouldn't rely on this alone, use it as a road map to read the code. |
|