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

JCL Interview Questions
Questions Answers Views Company eMail

is there any utility for restarting a particular step in jcl reply soon ?

5 12642

wht r s722,s822,s122 and s222 abends pls reply fast

Wipro,

1 27950

how can handle the s0c4 abend???

3 12098

how to allocate a dynamic dataset in jcl ?

Patni, TCS,

3 17053

i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

IBM,

4 9653

i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

IBM,

3 8775

can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

IBM,

1 14001

Can we write same stepname for one or more steps in on job ?

2 13688

i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it

L&T,

1 15072

in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

ADP,

5 10421

Why we will create load module in PDS only, Why nt in PS?

TCS,

2 8444

How to execute only th 15th step of JCL consisting of 50 steps?

Bank Of America,

12 38947

In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

Patni,

3 7677

what are the technical terms for // /* in jcl

Cap Gemini,

3 8693

i just need the first and last record from a sequencial file?how

2 16342


Post New JCL Questions

Un-Answered Questions { JCL }

Can an individual step be restricted from using all the jobs allowed cpu time?

1613


what is the purpose of coding class parameter in job statement?

1315


How do you overcome this limitation ?

1255


what is DSN parameter and DISP parameter is used for?

1216


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

2659


What does a disposition of (MOD,DELETE,DELETE) mean ?

1194


What is the function of dd name parameter with a 2 part structure; audit.report?

1326


What is the function of job statement in jcl?

1145


Can I share my data with other jobs? How?

1203


What are the utility programs in jcl?

1221


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1533


What do you understand by jcl?

1119


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1435


When space is allocated for an output dataset, what units can be used?

1333


Define concatenating?

1156