Search found 5 matches
- Wed Nov 30, 2022 12:48 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: COBOL DB2 question
- Replies: 3
- Views: 2964
Re: COBOL DB2 question
But if the column is never referenced in the COBOL program, then? Will still be required to compile?
- Tue Nov 29, 2022 6:13 pm
- Forum: Ask for Job Guidance and referrals here.
- Topic: Question on last working day (LWD).
- Replies: 7
- Views: 6610
Re: Question on last working day (LWD).
I agree with others, and it make sense that employer can not just stop you from going. As long as you have completed your notice period. In face if there are tasks remaining before you leave it is a lack from your manager side that for a 3 months notice he or she could not get the work done and or t...
- Tue Nov 29, 2022 6:10 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: COBOL DB2 question
- Replies: 3
- Views: 2964
COBOL DB2 question
Hi, I am working at a company which is using IMS DB and DB2 is nonexistent. However, I appeared in an interview where there was a question on DB2, and I need help for its answer. The question was like: If There is a COBOL-DB2 program which works well in production. Now if a programmer adds or say de...
- Mon Jun 08, 2015 6:17 pm
- Forum: Assembler & PL/I.
- Topic: Difference between CSECT and DSECT?
- Replies: 1
- Views: 5410
Difference between CSECT and DSECT?
What is difference between CSECT and DSECT? I read some defintion of then but they are tough to comphehend: A DSECT or Dummy Section provides the programmer with the ability to describe the layout of an area of storage without reserving virtual storage for the area that is described. The DSECT layou...
- Mon Jun 08, 2015 6:15 pm
- Forum: Assembler & PL/I.
- Topic: What is the need of assembler?
- Replies: 1
- Views: 534
What is the need of assembler?
I am learning assembler or say trying to learn. Assembler is difficult language to code. Since COBOL compilers can covert COBOL code into machine language, what is need of assembler?