1.give the details about WHEN OTHER.
2. how many form are available in evaluate.
No Answer is Posted For this Question
Be the First to Post Answer
plz,could any one tell me? what about EBCDIC in cobol?briefly?
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)?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
what is the difference between Plan & package
copy 100 records without using ibm utilities
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What is the significance of 'above the line' and 'below the line'?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What is the difference between structured cobol programming and object alternativelyiented cobol?