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 is the difference between catalogue procedure and
In-Stream procedure?

Answers were Sorted based on User's Feedback



What is the difference between catalogue procedure and In-Stream procedure?..

Answer / guest

In Stream procedures are set of JCL statements written
between JOB and EXEC statements, start with PROC and end
with PEND statement. Mainly used to test cataloged
procedures. Cataloged procedure is cataloged on the
procedure library and is called by specifying the procedure
name on the EXEC statement.

Is This Answer Correct ?    37 Yes 3 No

What is the difference between catalogue procedure and In-Stream procedure?..

Answer / kannan

In Stream procedures are set of JCL statements written
between JOB and EXEC statements, start with PROC and end
with PEND statement. Mainly used to test cataloged
procedures. Cataloged procedure is cataloged on the
procedure library and is called by specifying the procedure
name on the EXEC statement.

Is This Answer Correct ?    9 Yes 5 No

Post New Answer

More JCL Interview Questions

How to alter the parameters for the existing gdg?

0 Answers  


What is a COND parameter in JCL?

10 Answers   TCS,


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


what is mainframe?

4 Answers   CGI,


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


how you will define a temporary dataset in jcl?

1 Answers   IBM,


What is the purpose of dd dummy statement?

0 Answers  


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


Categories