What is the default value of DISP parameter?

Answers were Sorted based on User's Feedback



What is the default value of DISP parameter?..

Answer / hari kumar

DISP= NEW (NEW,DELETE,DELETE)
SHR (SHR,KEEP,KEEP)
OLD (OLD,KEEP,KEEP)
MOD (MOD,CATLG,CATLG)

Is This Answer Correct ?    38 Yes 3 No

What is the default value of DISP parameter?..

Answer / s.vijaykumar

disp=(new,delete,delete)

Is This Answer Correct ?    27 Yes 3 No

What is the default value of DISP parameter?..

Answer / rekha

new--> delete,delete
old--> catlg,catlg
mod--> uncatlg,keep
shr--> keep,uncatlg

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More COBOL Interview Questions

I want ALL jcl ERROR cods

1 Answers  


What is the use of EVALUATE statement?

4 Answers   Tesco,


What is a scope terminator give example?

0 Answers  


u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?

2 Answers   IBM,


example for sub strings ? and refernce modifications whit output pls

0 Answers   College School Exams Tests, IBM,






How to know whether the module is dynamical or statistical?

0 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


What is the default value of DISP parameter?

3 Answers   IBM,


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

7 Answers   BirlaSoft,


01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


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.

0 Answers   IBM,


Categories