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

Answer Posted / dhasani

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

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) how do u code after getting data?

1578


What is cobol?

743


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

711


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1953


In COBOL, what is the different between index and subscript?

755






Write a program to explain size error.

669


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

697


What are the cobol coding sheets?

662


What do you understand by psb and acb?

661


how to convert the recors form vsam file to db2 table tru file aid

2761


What is a SSRANGE and NOSSRANGE?

819


What are all the divisions of a COBOL program?

662


How do you differentiate between cobol and cobol-ii?

652


What is rmode(24)

676


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1229