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 |
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
When will we need to specify Space parameter ?
What 3 guidelines do we have to follow when concatenating DD statements?
what is mainframe?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
how to split a file
How is the keyword DUMMY used in JCL?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Describe the various parameters utilized in the creation of a gdg?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
Please give me the coding for converting VB to FB and FB to VB
Name the system library from which modules are retrieved at execution