Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / sayan
since no sign clause is mentioned, the minus sign is
ignored and the resultant value of X will be 10.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Which mode is used to operate the sequential file?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the pertinent COBOL
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between goback, stop run and exit program in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you reference the fixed block file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the access modes of START statement?
Differentiate between structured cobol programming and object-oriented cobol programming.