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


Please Help Members By Posting Answers For Below Questions

What do you understand by the term notcat 2 – gs?

1025


When output dataset space is required, what quantity categories are used?

1117


how would you create a temporary dataset? And where will you use them?

1038


when can a job time-out occur? How to overcome that?

1014


Explain dd statement in jcl?

895


What is the purpose of dd dummy statement?

1205


How jcl work to handle various input output file operations?

910


What is the function of the dd dcb keyword?

1081


what is JCL?

961


what is use of space parameter in dd statement?

1005


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

2314


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1071


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

2055


What statement can be used to send data to another mvs jes3 node?

1321


Explain about LMFREE�free data set from its association with data ID

1339