can anyone explain me the concept of COMP-4 PLEASE??
Answers were Sorted based on User's Feedback
Answer / sravani
comp& comp-4 are same. binary representation of data item. memory as like this
s9(1)-s9(4): half word that is 2 bytes
s9(5)-s9(9): full word that is 4 bytes
s9(10)-s9(18): double word that is 8bytes
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain how to differentiate call by context by comparing it to other calls?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
How can we pass data from cobol to JCl?
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
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?
what are decleratives in cobol?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
what is the difference between implicit and explicit scope terminator with example?
what is difference between the sysabend and userabend?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete