What will happen when we try to pass data from JCL to COBOL
using PARM parameter without declaring the length field in
Linkage Section?
Answer Posted / madhu t
if we do not code the length field for parm in cobol then
the first 2 bytes of parm data will be used to stored the
length of parm field and also first 2 bytes of parm data
will be lost.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Explain dfsort utility?
What is the difference between the positional and keyword parameters? Give examples.
What parameter directs the output of the job log dataset?
How dummy is used in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to alter the parameters for the existing gdg?
What is the function of the steplib dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is notcat 2 - gs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are the parameters that are used in creating a gdg?
What do you understand by jcl?
Suppose I have five jobs to do. But I want to hold one?
List the different components of jcl statement?