1.What is the default print format in cobol?
Answer Posted / ravi
Default USAGE clause is DISPLAY
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
What are the different rules to perform a Search?
what is the use of outrecord?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
State the various causes of s0c1, s0c5 and s0c7.
IF I mention stop run in CICS what happens?
What do you understand by psb and acb?
) How do u handle errors in BMS macro?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How arrays can be defined in COBOL?
How to remove 2 duplicate records and copy only one using job control language?