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 / randhir
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 last 2 bytes of parm data
will be lost.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
Explain dfsort utility?
What is concatenating?
Why block size is multiple of lrecl in jcl?
How does jcl act on a cobol code?
What is the syntax of JCL statement?
How do you submit a job for execution?
Name what parameter directs the output of the job log dataset?
which parameter is used to check the syntax of a jcl without executing it?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of dd?
Can I send output of job to my remote device careerride123?
Is there any command to check wether the ps file is in sorted order?