Name the sections present in data division.
No Answer is Posted For this Question
Be the First to Post Answer
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
what are the steps to sort in a cobol program?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
Explain the configuration section of a cobol program with examples of syntax.
should I use Go back in the main program ? Yes we can use Go back in main program as well.
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
How can you display the SPOOL information ?
what is scope terminator
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
why we are using picture clause in the cobol programs?