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

Answers were Sorted based on User's Feedback



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

Answer / venkatachalam

Passing the input to the COBOL Program. The length of the
parm parameter size only 100 characters.

Is This Answer Correct ?    4 Yes 0 No

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

Answer / guest

The value after the PARM= specifies control information to
be passed to the executing program of the job step.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / 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

More JCL Interview Questions

If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


how many members can be created inside a single pds?

8 Answers  


There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?

11 Answers   IBM,


What is the difference between the positional and keyword parameters? Give examples.

0 Answers  


Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?

8 Answers   Saggezza,






what is a MODELDSCB?

1 Answers  


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

0 Answers  


How can an in-stream dataset be terminated?

0 Answers  


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


Categories