Answer Posted / ancora
1. How many possible modes are there to open a file in
output mode?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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.
What are 77 levels used for?
Can you please let me know the centre name of INS certification in Kolkata.
How to print 10 to 1 if the input have only 10 digit number?
Mention the guidelines to write a structured cobol program?
What are the various section in data division and briefly explain them.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between comp and comp-3 usage?
How do you get the data to code the BMS macro?
what is amode(24), amode(31), rmode(24) and rmode(any)?