What is the difference between perform … with test after and perform … with test before?
No Answer is Posted For this Question
Be the First to Post Answer
how you read control card into array?
sample code for read a 2nd record from last in flatfile how can do?
what is the difference between Plan & package?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
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,
How you can characterize tables in cobol?
describe 805 error
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
is it possible to declare index in cobol program? if it is not why its tell me pls
what is MSGLEVEL?
how would you resolve sb37 and SE37?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.