What is length is cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Write the code to count the sum of n natural numbers.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
What is the difference between subscript and index?
What are the different data types in cobol?
IF I mention stop run in CICS what happens?
Write a program to enter and display the names of students in a class using the occurs clause.
is it possible to declare index in cobol program? if it is not why its tell me pls
how many maximum no of variables can be declared in linkage section ?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.