What are the cobol coding sheets?
No Answer is Posted For this Question
Be the First to Post Answer
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
can we read records in a file from botom to top. if possible how can we read
What are the two search techniques ?
what happens of we dont give time stamp in precompilation process
Name the sections present in data division.
if a file has 1000 recods how copy the records from 1 to 100 records using sort
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
how will u code parm parameter and where pls ?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
What are 77 levels used for?