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
What is report-item?
can we use reference modification an arry.
What is the difference between performing a SECTION and a PARAGRAPH?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
How many maximum number of procedures can we write in one COBOL program?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
What is IMPACT analysis?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
how do you reference the rrds file formats from cobol programs