How can you execute a COBOL program via SYSIN in JCL?
Answer / 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 |
If Region=0k means What Happen?
if we give two job cards in a single what happens
Explain COND used in JCL?
How is a GDG base created?
once we submitted the job to the operating system, how can we cancel the job before execution?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is DD statement is used in JCL?
How to submit jcl through a cobol program?
Can a PS file be read in reverse order?If so,how
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?