Answer Posted / balmukund
Instream data termination in JCL can we done by /* after
SYSIN DD *. For example.
PGM1 EXEC PGM=PGM1
---
---
SYSIN DD *
istream data
/* termination of instream data.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how would you create a temporary dataset? And where will you use them?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Is it possible to left uncode disp?
Explain the function of dd disp parameter?
how do you access an uncataloged dataset in a jcl?
how you can direct the data to spool using SYSOUT option?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
in ways data can be passed to a COBOL program from JCL?
What are the utility programs in jcl?
What are the parameter we cannot use in procedure?
What is the function of dd name parameter with a 2 part structure; audit.report?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is Cataloged Procedures?