Answer Posted / vampire
comp had boundaries
1-4 halfword-2bytes-16bites-4nibbles
5-9 fullword-4bytes-32bites-8nibbles
10-18 doubleword-8bytes-64bites-16nibbles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Name the sections present in data division.
What are the various section in data division and briefly explain them.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are all the divisions of a COBOL program?
What is amode(24)?
What are the different data types in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between perform … with test after and perform … with test before?
How are the next sentence and continue different from each other?
What the difference is between continue and next sentence?
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.