How can you execute a COBOL program via SYSIN in JCL?
Answer Posted / vinay sonar
cut the COBOL program and paste in into
//SYSIN DD*
//
and then submit the job.
Here COBOL program acts like instream data for JCL
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Suppose I have five jobs to do. But I want to hold one?
When space is allocated for an output dataset, what units can be used?
What is one line to pass PARM from JCL to COBOL?
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 is the function of dd disp parameter?
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?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What are the difference between jcl and jes?
what is DSN parameter and DISP parameter is used for?
what are the statements that are not valid to be included in an include statement?
What is the format of comment statement?
How do you access an uncatalogued dataset in a jcl?
Is their any limit for data sets?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the parameter we cannot use in procedure?