Explain the types of perform?
No Answer is Posted For this Question
Be the First to Post Answer
seqence numbers in cobol
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is sort? And its syntax?
How to update data area in cobol 400 program?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
Code how to read 5th element of the array?
what is the difference between comp & comp-3?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
why icetool be used in programmer view?
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.
how array can be declare in cobol?