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 is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?

7 Answers   IBM,


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  


What are three parameters you can specify on Job statement as well as on exec stmt ?

1 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides

6 Answers   Satyam,


I have three files for one step i need to override the third file how to do that in jcl?

1 Answers   UST,


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


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  


Explain the function of the steplib dd statement?

0 Answers  


Categories