What is the difference between next sentence and continue in cobol programing language?
No Answer is Posted For this Question
Be the First to Post Answer
perform I from 0 by 1 until I=5?How maney times it will executes
How many bytes S(8) comp field occupy and its maximum value?
Can we put move statement in COBOL copybook
plz any one tell clearly the justify right clause?
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?
how to transfer the file from pc to mainframe??
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
diffrence between z(2) and z9(2)
) How do you access the migrate the data from production region to development region
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
What is the use of LINKAGE SECTION?
Name the sections present in data division.