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 is the keyword DUMMY used in JCL?

Answer Posted / mani

For an output file DUMMY specifies that the output is to be
discarded. For input it specifies that the file is empty.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in execution stage?

1288


How can an in-stream dataset be terminated?

1393


how to do automated restart when a job abends?

1424


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2515


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1203


How can values be passed from the job stream to an executable program?

1519


What is the function of job statement in jcl?

1143


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

1319


what are the statements that are not valid to be included in an include statement?

1433


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

2956


What is the maximum length of a single line of jcl?

1405


How can the submitting users racf authority be overridden in a job stream?

1350


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

1429


What happens if both JOBLIB & STEPLIB is specified ?

1205


Explain the hierarchy levels in jcl?

1725