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
Which statement is used to identify the private libraries in job?
Is their any set of rules for dd? Explain.
how can you check if a file is empty using jcl?
when can a job time-out occur? How to overcome that?
What do you understand by the term job time – out and how can you overcome that?
What is the use of disp parameter?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain about LMFREE�free data set from its association with data ID
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what is DD statement is used in JCL?
how you will the direct the data to spool using sysout option?
When output dataset space is required, what quantity categories are used?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?