How many days does a job remain in spool

Answer Posted / santhosh

3 days

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1751


What is concatenating?

636


Does jcl support automatic restart?

761


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704


which utility is used to run a cobol-db2 program?

810






How do you create a temporary dataset?

663


Mention the types of job control statements?

686


Where & How Do You Code Identifier In Jcl?

699


What is the significance of addrspc parameter in exec statement?

731


Is acct parameter mandatory?

763


what are the types of abends that occur on job failure? And explain the possible causes of these

1118


Matching Logic in Jcl not in cobol.Could any one please answer this question

3671


which utility is used a dummy utility?

794


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

1039


What is timing concept in mainframe?

1662