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
How can an in-stream dataset be terminated?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Which statement is used to identify the private libraries in job?
Must tape dataset definitions include vol=ser specifications?
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
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the JCL statement consists of?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to run cobol program using jcl?
Explain the function of the dd dcb keyword?
Explain how can a stopped job be started again?
What are the parameters that are used in creating a gdg?
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?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can we use DISP=SHR in output file in JCL