can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
Whtz the specialty of 77 level number ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
how to check whether the open command of a sequential file is successful? or not?
What is the purpose of Identification Division?
What is binary search?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
What is EIBCALEN? Why it is used?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
What is mean by maxcc
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?