What is comp-1 and comp-2?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
write a program to eliminate duplicate records in a input file and send them to output file.
DATAONLY, MAPONLY functionality?
how would you resolve sb37 and SE37?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
wht happens if we dnt give scope terminator ?
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..
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What are the different forms of EVALUATE statement?