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

If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


What do you understand by jcl?

0 Answers  


What are the common keyword parameters in both job and exec statements

4 Answers   Cap Gemini,


How can we increment subscript and index?

1 Answers   CTS, IBM,


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,






Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.

7 Answers   Accenture,


GDG Create syntax ?

4 Answers   Xansa,


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


For what purpose steplib and joblib are used ?

0 Answers  


How to see the COMP3 value(packd decimal)

2 Answers   iGate,


How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


Categories