Which is not true about evaluate statement
No Answer is Posted For this Question
Be the First to Post Answer
How does IDMS communicate with CICS?
What is the use of EVALUATE statement?
At the minimum, which division of COBOL is enough to be coded?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What is Control Break processing ?
When would you use in-line perform?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
How is sign stored in a comp-3 field?