What is the Purpose of Pointer in the string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Restart Logic in Cobol?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
1.Can we define condition-name conditions in FD entry.
how do you reference the ksds vsam file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
What is the reference modification.
What will happen if we generate GDG +2 version instead of +1 version?
What is the usage of comp fields in cobol?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
. How do we cast a variable in COBOL
What are decleratives in COBOL ?
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.