Determine the total no of bytes in the following.
01 rec1.
02 a pic x(6)
02 b redefines a.
03 c occus 6 times pic 9.
02 d occurs 6 times pic 9.
03 e pic x(5)
03 f pic 999.
Answer Posted / ram.g
54 is the right answer!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how to convert the recors form vsam file to db2 table tru file aid
In COBOL, what is the different between index and subscript?
Write a cobol program making use of the redefine clause.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How arrays can be defined in COBOL?
What do you understand by psb and acb?
Write the code implementing the perform … varying.
how do you define single dimensional array and multidimensional array in your cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the Purpose of Pointer in the string?
how do you reference the rrds file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?