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
What is the purpose of the dd keylen parameter?
How can the attributes of one sms dataset be copied to another dataset?
how JCL works?
Explain how can a stopped job be started again?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Is it possible to left uncode disp?
What is the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job? What are they?
How dummy is used in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What happens if both JOBLIB & STEPLIB is specified ?
What are some jcl statements that are not allowed in procedures?
What do you know about jcl?
Suppose I have five jobs to do. But I want to hold one?