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
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?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are 77 levels used for?
Difference between cobol and cobol-ii?
In COBOL, what is the different between index and subscript?
Discuss about changing dataset name in proc.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Why would you use find and get rather than to obtain?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
example for sub strings ? and refernce modifications whit output pls
What is the difference between Call and a Link?
What are the access modes of START statement?
How do you get the data to code the BMS macro?
What are the different data types in cobol?
How arrays can be defined in COBOL?