Define cobol?
No Answer is Posted For this Question
Be the First to Post Answer
wht is packed decimal in cobol
What are all the divisions of a COBOL program?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
I got user abend U4038 while compiling my runjcl.. can anyone help me?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
What are the different ways to run a COBOL DB2 program using JCL?
What is the difference between a DYNAMIC and STATIC call in COBOL?
whats the disadvantage of search all over search?
What is file status 39 ?
How are the next sentence and continue different from each other?
What is amode(31)
what happens if we dont close cursor in db2-cobol pgm?