how many bytes does s9(7)COMP-3 field occupies?
Answer Posted / sdexcellent@yahoo.co.in
4 bytes.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
What is the local-storage section?
What is the difference between next sentence and continue in cobol programing language?
A table has two indexes defined. Which one will be used by the SEARCH?
What are all the divisions of a COBOL program?
How many sections are there in data division in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Discuss about changing dataset name in proc.
What is perform what is varying?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can characterize tables in cobol?
What is the difference between Global and External Variables?
What are the rules of the move verb?
i need a small 3d program using inline and outline.