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

The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?

1 Answers   IBM,


how to count the number of members in pds?

2 Answers  


Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?

1 Answers   IBM,






In job processing, what happens in execution stage?

0 Answers  


In SPACE,what is directory,RLSE

6 Answers   TCS,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


Categories