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...

what are the paramater we cannot use in procedure?how many
instream we can write in single jcl?can we call instream to
catalog and ctalog to instream?

Answer Posted / chellad

Instream message can't be passed with in a proc with the help of
Ex:
// sysin DD *
Sort fields =copy
/*

So we have to create a control card.
Control card member is used to store instream data which has to be used with in a proc like

//Proc1 proc
//Step2 DD dsn=aggst.temp.ps(contmem),disp=shr,
..
..
..
//Pend


Ps: contmem is the member name which contains sysin DD * info

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are decleratives in cobol?

2302


What is static and dynamic call in cobol?

1113


Explain the configuration section of a cobol program with examples of syntax.

1252


What is perform what is varying?

1218


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1148


What is the LINKAGE SECTION used in COBOL?

1594


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5867


Write the code to count the sum of n natural numbers.

1251


Are you comfortable in cobol or jcl?

1088


HOw can I get the negative sign while deduct high value from low value

2296


Name some of the examples of COBOl 11?

3196


Explain how to differentiate call by context by comparing it to other calls?

1238


What are the different rules of SORT operation?

1194


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1259


how to move the records from file to array table. give with code example

2723