How can we pass data from cobol to JCl?
Answer Posted / sri
When someone ask you that question first thing you need to
do is you post a question to him.
Passing data from COBOL to JCL means where in JCL ?
Do you mean a file? File is also a part of JCL. If it is
file then your answer is WRITE the data into the file.
Do you mean a PDS member ? Then WRITE the data or what ever
into the PDS member.
Do you mean SYSOUT ? If so just DISPLAY the value.
If he says not these three then he need to tell what is the
purpose of moving data to JCL ? for you to give an answer.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What is a scope terminator give example?
) How do u handle errors in BMS macro
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How you can characterize tables in cobol?
What is Pic 9v99 Indicates in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?