what is the meaning of pic 9(09)v99-
Answers were Sorted based on User's Feedback
Answer / sudheer chittiboina
PIC 9(09)V99 is equivalent to PIC 999999999V99
or
999999999 and 2 decimal places
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudheer kumar chittiboina
the answer of thius question is "999999999.99"
| Is This Answer Correct ? | 9 Yes | 11 No |
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
wht is packed decimal in cobol
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
Explain call by context by comparing it to other calls.
Write the syntax of a two dimensional array?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Suppose i want to declare a binary comp fild of 7 byte .how to write?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?