In how ways you can pass the data from Jcl to cobol ?
Answer Posted / vinay sonar
You can pass data from JCL to COBOL using parm
parameters,sysin dd* and using ACCEPT statment
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how you can access an uncataloged dataset in a JCL?
Must tape dataset definitions include vol=ser specifications?
What are hierarchy levels in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the function of the steplib dd statement?
Explain the function of the steplib dd statement?
define cond parameter in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of //jcllib statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the jcl exec statement?
Can I send output of job to my remote device careerride123?