how are instream data terminated?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / karthik
//Sysin DD *
Instream data
.
.
/*(end of instream data)
OR we can use DLM parameters
//Sysin DD data, dlm='xx'
Instream Data
/*
.
XX
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sanjayreddyguna
//sysin dd *
fh
h
hj
gh
/*------>this is delimiter for instrem data
OR
//sysin dd data,dlm=A
jhj
hl
kl
A----------->this is allso delimiter for instream data
| Is This Answer Correct ? | 0 Yes | 0 No |
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
What is a Dummy Utility and what it does ?
What is the function of the dd dcb keyword?
what is instream data
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
what operation is performed by job statement?
Name a few IBM utility programs, and explain its function.
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
How many types we can give input to JCL
what is the function of spool command?
What is the use of IEBGENER ?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?