which one is the best of com and com-3.using of real time ?
Answer Posted / anuhya
comp3 is best for higher boundaries
comp is best for lower boundaries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How are the next sentence and continue different from each other?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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 do you reference the following file formats from cobol programs?
What is the usage of comp fields in cobol?
Explain how to differentiate call by context by comparing it to other calls?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how can i see junk values in dclgen or in hostvariable of comp ?
what is the difference between COBOL2 AND COBOL390?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the LINKAGE SECTION used in COBOL?
How do we get current date from system with century in COBOL?
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.