If you are current on the owner of a set, what is the
difference between an obtain next and obtain first?
Actually in which topic will we use dis???Plz explain it
clearly
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
What is the difference between next sentence and continue in cobol programing language?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
can I copy book which contain db2 statment in procedure divion?
What is an in-line perform ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
can we use full outer join with cursors declared in cobol program?
what are the steps to sort in a cobol program?
What is amode(31)
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?