Can a Search can be done on a table with or without Index?
No Answer is Posted For this Question
Be the First to Post Answer
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
what is difference between the sysabend and userabend?
what is filler and what is use of filler
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
What is mean by maxcc
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..