Mention the guidelines to write a structured cobol program?
how can we find total no of records in a file ....is there any utility......?
what is the meaning of pic 9(09)v99-
What is the difference between NEXT SENTENCE and CONTINUE?
what is the difference between Plan & package?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
can internal sort be applied to sort ksds files?
how to change picture class of copy book variable inside program?
What is COMP SYNC?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
How is sign stored in a comp-3 field?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.