What do you understand by psb and acb?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Global and External Variables?
what is a zoned decimal data type and how it will be stored?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
describe 805 error
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
How to define a array dynamically.....
What should be the sorting order for SEARCH ALL?
What is the Purpose of Pointer in the string?
What does the initialize statement do ?