What is the purpose of the PARM keyword in the EXEC statement?

Answer Posted / kranthi kumar m

parm is a activity level parameter,it i used to pass maximum
100 characters of data from jcl to cobol program,and it is
mainly used when we want to pass date n time..... if we want
to pass large volumes of data we dn't use pam parameter
instead of it we use 'sysin dd*'

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can an in-stream dataset be terminated?

954


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

916


Which statement is used to identify the private libraries in job?

789


Must tape dataset definitions include vol=ser specifications?

1137


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2008






how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

898


what is the JCL statement consists of?

790


What does a disposition of (MOD,DELETE,DELETE) mean ?

762


How to run cobol program using jcl?

737


Explain the function of the dd dcb keyword?

815


Explain how can a stopped job be started again?

742


What are the parameters that are used in creating a gdg?

827


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

839


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

910


Can we use DISP=SHR in output file in JCL

1070