What will happen when we try to pass data from JCL to COBOL
using PARM parameter without declaring the length field in
Linkage Section?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how do u see jobs submitted before ur job ?
Is Default for MSGCLASS = (1,1) ?
Name what parameter directs the output of the job log dataset?
Is their any set of rules for dd? Explain.
how many max steps can we use in a job? pls answer to my question
Explain about Cobol Subroutines
Explain about LMINIT - generate a data ID for a data set
How to delete generations of gdg without deleting gdg base?
can i sort packed decimal if i can tell the syntax
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
How can values be passed from the job stream to an executable program?