Search found 6 matches

by NiceGuy
Wed Dec 05, 2007 3:01 am
Forum: COBOL
Topic: COMP-3 TO ALPHANUMERIC MOVE
Replies: 11
Views: 51394

Kumar ,

Whet is it that you question about the code snippet you posted?

NG
by NiceGuy
Mon Nov 12, 2007 11:48 pm
Forum: COBOL
Topic: Why is Group move better than INITIALIZE verb?
Replies: 1
Views: 10124

Why is Group move better than INITIALIZE verb?

Can someone tell me why the ?INITIALIZE? verb is inefficient? One of my current assignments is to go through all of our programs and replace the ?INITIALIZE? verb with group moves.

Thanks in advance,

NG
by NiceGuy
Tue Oct 23, 2007 4:06 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 checkpoint-restart doubts
Replies: 0
Views: 8360

DB2 checkpoint-restart doubts

Could someone please explain the concept of DB2 checkpoint-restart? I understand it is so the program can be started again at the point it abended without loosing any data, but I don?t understand how to use this in my program. Can someone please explain in simple terms?

Thank you,

NG
by NiceGuy
Thu Oct 18, 2007 12:26 am
Forum: COBOL
Topic: What is a sparsely populated COBOL Table?
Replies: 1
Views: 5199

What is a sparsely populated COBOL Table?

What is a sparsely populated COBOL Table? My written specifications include a requirement to create a ?Sparsely Populated? COBOL Table using the Branch number as the subscript. Branch numbers can be from 1000 to 9999. There are about 490 branches. The Cobol Table Layout will consist of: Branch Manag...
by NiceGuy
Wed Oct 17, 2007 11:50 pm
Forum: VSAM - File system
Topic: RC=08 from VSAM Delete
Replies: 2
Views: 14288

Thank You Dave, That is just what I was looking for. I?m working on my first job as a programmer, hired as a junior contractor. What a difference between school and the real world. I?m a little disappointed in how they treat contractors here though; they offer almost no help and treat us as the lowe...
by NiceGuy
Mon Oct 15, 2007 3:35 am
Forum: VSAM - File system
Topic: RC=08 from VSAM Delete
Replies: 2
Views: 14288

RC=08 from VSAM Delete

I have a problem and hope someone has an idea. My problem is I need to do a VSAM Delete / Define. This is going to need to be done daily, but sometimes the VSAM file is not there, and the Delete returns a RC=08 causing the Job to abend. I do not care if the file is not there; I just need to delete i...