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 the function of job statement in jcl?
How does jcl act on code(if you take a cobol program)?
How does the jcl specify the job to os?
what is DSN parameter and DISP parameter is used for?
Which dd parameters are required?
Are there any set of rules for the names of the steps used in a job? What are they?
How does jcl act on a cobol code?
what happens in conversion stage in job processing?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of //cntl statement?
what is the compile process of cobol program expalin with code
How jcl work to handle various input output file operations?
How can an in-stream dataset be terminated?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?