What is the difference between goback, stop run and exit program in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
how to access vsam files in cobol and how to differentiate that this is ESDS file
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
What are the differences between COBOL and COBOL II?
When and how can we use index & subscript ?
What is the difference between copy and include in cobol?
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..?
How do you do in-line PERFORM?
db2 variable decimal(15,2) what is the equalent size of cobol variable
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?