1.give the details about WHEN OTHER.
2. how many form are available in evaluate.
No Answer is Posted For this Question
Be the First to Post Answer
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
How to read the last 100 records from a COBOL file. The file contains N number of records.
using redefine can you redefine lower variable size to higher variable size?
what are decleratives in cobol?
What are literals?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is XDC ?
How do u know what version of cobol u are using?
if you give cylinder(1,1)how many cylinders it will be allocate?
What is inspect in cobol ?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?