Explain how to differentiate call by context by comparing it to other calls?
No Answer is Posted For this Question
Be the First to Post Answer
sample code for read a 2nd record from last in flatfile how can do?
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..
What guidelines should be followed to write a structured Cobol program?
Describe the cobol database components?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
When can the USING phrase be included in the call statement ?
how to crack cts interview apps? NOVEMBER 21 2010
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
Can 88 level variable be declared in FD section..?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
How many variables can be declared in w-s section.?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?