What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
if you give cylinder(1,1)how many cylinders it will be allocate?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Explain the configuration section of a cobol program with examples of syntax.
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
What is LENGTH in COBOL II?
db2 variable decimal(15,2) what is the equalent size of cobol variable
what is rediffine clause?in what situation it can use?give me real time example?
What is the point of the REPLACING option of a copy statement?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,