Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


how to put a dependency on job in jcl using opc scheduler?

1 Answers   CTC,


We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.

6 Answers  


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


What is DSNDB06 ?

1 Answers  


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


What are the parameters that are used in creating a gdg?

0 Answers  


Explain about ISPFTTRC

1 Answers  


Categories