In COBOL, what is the different between index and subscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the LINKAGE SECTION used in COBOL?
Write the code to count the sum of n natural numbers.
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
how can u redefine picx(10) with pic 9(6).
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
How can you pass values from COBOL program to non-COBOL programs?
can i use multiple when statements in search & search all ? justify ur answer?
perform I from 0 by 1 until I=5?How maney times it will executes