If job is submitted with typerun = hold then how can we
submit the same job?

Answer Posted / shekar

Go to SDSF and tyep A against the job entry. That should
release the held job to execute.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl? If yes, how?

658


What is the function of the dd mgmtclas keyword in sms datasets?

741


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

1040


Which dd parameters are required?

695


Explain the function of job statement in jcl?

649






define cond parameter in jcl?

778


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

810


What do you understand by the terms: joblib and steplib?

626


How to run cobol program using jcl?

652


What is the purpose of dd * statement in jcl?

812


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

650


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2108


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2221


how to do automated restart when a job abends?

854


What is jcl in mainframe, and how many types of jcl statements are there for a job?

631