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

Mention the types of job control statements?

0 Answers  


Max. No of DD statements in a job ?

4 Answers   CSI,


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


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

1 Answers  


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,






A dd statement consists of 4 fields. Name them?

0 Answers  


what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


What statement can be used to send data to another mvs jes3 node?

0 Answers  


What is primary allocation for a dataset?

4 Answers  


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


What you mean by skeleton JCl?

2 Answers  


Categories