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 many types we can give input to JCL

Answers were Sorted based on User's Feedback



How many types we can give input to JCL..

Answer / vampires

2 types we can give input to jcl


---using PARAM keyword
---sysin dd *
xxxxxx
yyyyy
zzzzz
/*

Is This Answer Correct ?    17 Yes 4 No

How many types we can give input to JCL..

Answer / bhaskar reddy

1.using PARM parameter
2.using sysin dd *

through parm parameter we can pass the date to linkage
section. and we can pass only 100 charcters of data

through sysin dd * we can pass the data to accept statement.

Is This Answer Correct ?    9 Yes 0 No

How many types we can give input to JCL..

Answer / muneer---achi

using files

using sysin dd *

using control cards

using files

using db2

Is This Answer Correct ?    8 Yes 2 No

How many types we can give input to JCL..

Answer / suresh

only one type through returncode


sin dd,parm and files are inputs for cobol pgm

Is This Answer Correct ?    2 Yes 0 No

How many types we can give input to JCL..

Answer / hari

3 types we can give
numeric
alpha numeric
alphabets

Is This Answer Correct ?    2 Yes 37 No

Post New Answer

More JCL Interview Questions

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

5 Answers   Maples, Patni, TCS,


Whats error code s222?

7 Answers   Patni,


Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

2 Answers  


When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


How to send notification to multiple users through jcl???

8 Answers  


GDG Create syntax ?

4 Answers   Xansa,


How to find out the number of records in a file using JCL

5 Answers   CTS,


Categories