how to identify the file used in the JCL is an VSAM file.
Just seeing the JCL code how can we track the file as VSAM file?

Answer Posted / becky

JCL contains EXEC PGM=IDCAMS for doing any operation in VSAM. From that we can identify VSAM file is used in the JCL by seeing the JCL code itself.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the various advantages of using jcl language?

854


What is the significance of addrspc parameter in the exec statement?

624


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


What is multithreading in jcl?

944


How can values be passed from the job stream to an executable program?

879






Explain the function of dd disp parameter?

597


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

623


What is Cataloged Procedures?

715


Explain about LMQUERY�give a dialog information about a data set

906


Explain the purpose of dd dummy statement?

673


what is a jcl?

691


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) ?

1773


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

862


What is job control language?

613


When space is allocated for an output dataset, what units can be used?

755