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
What are the utility programs in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is it possible to left uncode disp?
A dd statement consists of 4 fields. Name them?
List the different jcl statements that are not permitted in the procedures?
How do you overcome this limitation ?
In job processing, what happens in execution stage?
How does jcl act on code(if you take a cobol program)?
What is the use of symbol // in jcl?
Explain the function of the steplib dd statement?
What is notcat 2 - gs?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
In sms datasets, what is the function of the dd mgmtclas keyword?
List the various advantages of using jcl language?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?