Answer Posted / anil prajapati
it will occupy maximum s9(18) comp-3 i.e. 10 bytes
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What are the pertinent COBOL commands?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
explain sorting techniques in cobol program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the printer file formats from cobol programs
What is length is cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) how do u code after getting data?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?