What is the difference between PIC 9.99 and 9v99 in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Explain call by context by comparing it to other calls.
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
Whats the difference between search & search ALL?
What is a scope terminator? Give examples.
How do we get current date from system with century in COBOL?
Can we use goto statement in inline_perform ?
Difference between cobol and cobol-ii?
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?
where will we code call by content and call by reference dude pls reply soon ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the divisions in a cobol program? Which one is the mandatory division among them?