)If there are 10 steps in GDG, if I want to refer the step2
after step5 . what should I do?
No Answer is Posted For this Question
Be the First to Post Answer
How are the next sentence and continue different from each other?
Write a program that uses move corresponding.
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
what is the advantage of sync class
How do you come out of an EVALUATE statement?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
What is COMP-1? COMP-2?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH