if you give cylinder(1,1)how many cylinders it will be allocate?
Answer Posted / binesh
Maximum of 16 cylinders
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Explain how to differentiate call by context by comparing it to other calls?
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.
What is amode(31)
i need a small 3d program using inline and outline.
What is the problem of ordered sequential files access?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Explain how you can characterize tables in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is a report item?
How many sections are there in data division in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write the code implementing the perform … varying.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable unblock file formats from cobol programs