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
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is the file organization clause ?
What guidelines should be followed to write a structured Cobol program?
What is the meaning of 'Eject' verb in cobol?
Can we use goto statement in inline_perform ?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
what are the control characters used in reports
What is report-item in COBOL?
How do u know what version of cobol u are using?
what is rediffine clause?in what situation it can use?give me real time example?
how many bytes does s9(7)COMP-3 field occupies?
wht r the advantages of 77 level number ?