what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

Answers were Sorted based on User's Feedback



what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?..

Answer / ravindran

The dataset with single & is called Symbolic parameter. The
dataset with double && is called temporary dataset.

The Symbolic parameter gets the value from PROC. The
temporary datasets are created in the job flow and gets
deleted at the end of the job.

Is This Answer Correct ?    12 Yes 1 No

what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?..

Answer / srk

symbolic param : which allow multiple users to specify their
own values to a paramaeters(specified as &paramname in
procedures) in jcl which are commonly used.

temporary data sets : data sets whose life time is till the
execution of the job itself(specified as dsn=&&datasetname
or with out specification of dsn parameter in dd statement)

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JCL Interview Questions

db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.

2 Answers   Cap Gemini,


How is the record format of an output dataset specified?

0 Answers  


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


How to send data from cobol program to jcl?

2 Answers   CSC,


Matching Logic in Jcl not in cobol.Could any one please answer this question

0 Answers  






How do You skip a Step In JCL?

9 Answers   HTC,


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  


Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


Must tape dataset definitions include vol=ser specifications?

0 Answers  


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


Categories