how to create temporary data set in jcl? what is the use?

Answers were Sorted based on User's Feedback



how to create temporary data set in jcl? what is the use?..

Answer / dhasani

dsn=&&dsname or By not giving data set name.

Is This Answer Correct ?    6 Yes 1 No

how to create temporary data set in jcl? what is the use?..

Answer / nisha

1.when no DSN is given the system automatically allocates temp data.
2.when DSN=NULLFILE is specified
3.DSN=&&temp
use:
the temp data uses space only during its execution
so, wastage of space can be avoided

Is This Answer Correct ?    3 Yes 2 No

how to create temporary data set in jcl? what is the use?..

Answer / guest

by using the symbolic parameter we can create temporary data
set.the temporary dataset is used for storing the sorted
records before it store into the output file..

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More COBOL Interview Questions

can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.

1 Answers  


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


What is the use of intialize verb?

0 Answers  


HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


What does the IS NUMERIC clause establish ?

2 Answers  


What does EXIT do ?

3 Answers   Deloitte,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


how to move the records from file to array table. give with code example

0 Answers   ADP, Syntel,


How do get the result of your program directly on your pc?

0 Answers   UST,


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


How arrays can be defined in COBOL?

0 Answers  


Categories