What is the purpose of the PARM keyword in the EXEC statement?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 ?
What is the difference between sb37,se37,sd37 each?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
how to count the number of members in pds?
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 ?
In job processing, what happens in execution stage?
In SPACE,what is directory,RLSE
Explain about LMINIT - generate a data ID for a data set
is there any way to execute more than one proc in the same exec statement at the same time..?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??