how many bytes does a s9(12)COMP-4 field occupy??
a.2
b.4
c.8
d.1
ans with reason please
Answers were Sorted based on User's Feedback
Answer / raja
Its occupies 8 bytes, because comp-4 is equalent to comp.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sharpmainframe
IT WILL BE 6 BECAUSE COMOP-4 OCCUPIED HALFBYTE.
| Is This Answer Correct ? | 1 Yes | 4 No |
i have variable record in the 5th, i want to sort from 5th filed ? how ?
what is subscript in cobol?give realtime example?
Difference between next and continue clause
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
how to crack cts interview apps? NOVEMBER 21 2010
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
how to code in cobol while using variable block file?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
What are the ways you can generate a copybook?
What is the Purpose of POINTER Phrase in STRING command in COBOL?