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

What is the function of //cntl statement?

832


a dd statement has 2 types of parameters. Name them?

653


what is the purpose of coding class parameter in job statement?

726


What are hierarchy levels in jcl?

960


What happens if both JOBLIB & STEPLIB is specified ?

612






Is there any command to check wether the ps file is in sorted order?

2436


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?

740


What is use of restart and how to use it?

774


Name the parameters which can be used to limit the number of records written to a sysout dataset?

658


What are the rules employed while naming the steps in a job?

664


Explain dfsort utility?

675


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

682


what is “Cond= even” and “Cond=only”?

744


Suppose I have five jobs to do. But I want to hold one?

662


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