Write a program that uses move corresponding.
No Answer is Posted For this Question
Be the First to Post Answer
Define cobol?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What is different between variable length and fixed length?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
Name the divisions in a COBOL program ?
what is the advantage of sync class
Should I use STOP RUN in the sub program??why?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
what is the difference between Normal vaiable and comp variable.
how to access the file from prodution from changeman tool and to submit a file to production
Why occurs cannot be used in 01 level in COBOL?