How many bytes will be allocated for the following record
description
entries?
01 REC-A.
05 A PIC S9(4).
05 B PIC XXXBXXX.
05 C PIC ____9.99.
05 D PIC S9(5) COMP-3.
05 E PIC 9(3) COMP.
Answer Posted / suresh kumar
sorry to post the last answer, I would like to go for 24
bytes.
| Is This Answer Correct ? | 2 Yes | 3 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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How arrays can be defined in COBOL?
What is rmode(any) ?
Which Search verb is equivalent to PERFORM…VARYING?
Write some characteristics of cobol as means of business language.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL commands?
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.
What is cobol?
How are the next sentence and continue different from each other?
Mention the guidelines to write a structured cobol program?
How do you differentiate between cobol and cobol-ii?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between external and global variables in COBOL?