What are the different rules for performing sort operation?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different forms of EVALUATE statement?
What is an explicit scope terminator?
what is the diff b/w select stsmt and cursor ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
What is the maximum data length for Numeric DataType ?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
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 does the IS NUMERIC clause establish ?
What is IMPACT analysis?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
How to remove 2 duplicate records and copy only one using job control language?
Can a Search can be done on a table with or without Index?