How to detect record is locked in cobol/400?
No Answer is Posted For this Question
Be the First to Post Answer
define sort? and its syntax?
Explain the output procedure?
Explain the types of perform?
Define redefine?
How we can update data area in cobol 400 program?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
Define perform? And its types?
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.
why icetool be used in programmer view?
Explain the input procedure and output procedure?
What are fillers? What is the actual use of fillers? With mall/simple example?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..