What do you feel makes a good program?



What do you feel makes a good program?..

Answer / 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

More JCL Interview Questions

What is the function of //cntl statement?

0 Answers  


What is order of searching of the libraries in a JCL?

4 Answers  


Max generations in GDG??

15 Answers   Xansa,


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


How do you designate a comment in JCL?

1 Answers  






what is the compile process of cobol program expalin with code

0 Answers   IBM,


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


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

0 Answers  


Categories