Answer Posted / rekha
We can pass the data from JCL to COBOL
By using SYSIN statement or
By using PARM parameter.
Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
how do you code a null statement?
How is a type of file defined in the jcl that executes the cobol program?
How does the jcl specify the job to os?
What is the function of //jcllib statement?
Is it possible to left uncode disp? If yes, how?
Why block size is multiple of lrecl in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of dd disp parameter?
What is the significance of addrspc parameter in the exec statement?
What is condition checking in jcl? Is this possible?
When space is allocated for an output dataset, what units can be used?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What parameter of the job statement is used to limit the cpu time consumed by the job?
List the various advantages of using jcl language?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you