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

Is stepname is a MUST and should be unique also for each
JOBSTEP ? or system can supply the stepname for a step which
is not given a name by the programmer ?

Answer Posted / archana

Step name need not be unique.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can an in-stream dataset be terminated?

1406


how would you create a temporary dataset? And where will you use them?

1494


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1522


Explain the hierarchy levels in jcl?

1722


which parameter is used to check the syntax of a jcl without executing it?

1419


what is JCL?

1220


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1437


What do you understand by the term job time – out and how can you overcome that?

1085


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

1359


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1172


Are there any set of rules for the names of the steps used in a job?

1171


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

1281


what is use of disp parameter in dd statement?

1150


Explain the purpose of dd dummy statement?

1273


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

1337