how are instream data terminated?

Answers were Sorted based on User's Feedback



how are instream data terminated?..

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

how are instream data terminated?..

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

how are instream data terminated?..

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

Post New Answer

More JCL Interview Questions

suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?

2 Answers   Syntel,


There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.

1 Answers   IBM,






In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


what is the JCL statement consists of?

0 Answers  


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


If Region=0k means What Happen?

2 Answers   IBM,


How to do automated restart when a job abend?

0 Answers  


a dd statement has 2 types of parameters. Name them?

0 Answers  


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  


Categories