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 |
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
common jcl abends??
describe the job statement, its meaning,syntax and significant keywords?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
is step name is compulsory in jcl ?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
wt will happen to the step of a job if u code COND=ONLY
a dd statement has 2 types of parameters. Name them?
What is RESTART? How is it invoked?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
what will be the error code if duplicate key of VSAM file is found?