How many maximum number of procedures can we write in one
COBOL program?
Answers were Sorted based on User's Feedback
1.Can we define condition-name conditions in FD entry.
How To move a value to an array using move verb?
Whats the difference between search & search ALL?
for an INITIALIZE and what keyword allows for an override of the default.
Why we should use cursor ?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is an explicit scope terminator?
What are the rules of the move verb?
what happens if we dont close cursor in db2-cobol pgm?
what are the isolation levels and where we use it in the db2 program
How to convert bunch of words in a line to relvant ASCII values?