How to change size of Initial number of records to *NOMAX
for ALL PF files from perticular library, how can I do that


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


What is an index for tables?

2 Answers  


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

2 Answers  


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,






I want ALL jcl ERROR cods

1 Answers  


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.

10 Answers   IBM,


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


How to recover a deleted source physical file from library?

1 Answers   HCL,


How to read a 100 record from a file through cobol?

2 Answers  


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


Categories