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 do you feel makes a good program?

Answer Posted / guest

A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one plzzzzzz tell the jcl code for creating ps using idcams

11757


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

1491


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

1266


Give the syntax of job specifying jcl statement.

1200


What is the function of dd disp parameter?

1174


What is jcl in mainframe?

1257


What is the purpose of dd?

1292


what operation is performed by job statement?

1172


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

1085


Why block size is multiple of lrecl in jcl?

1471


What is the purpose of dd * statement in jcl?

1330


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

1427


when can a job time-out occur? How to overcome that?

1347


which utility is used to sort a file in jcl?

1276


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

1324