What does the statements: typrun=scan and typrun=hold do in
a JCL statement

Answer Posted / guest

typrun=scan checks the JCL for errors, typrun=hold holds the
job until further notice.

Is This Answer Correct ?    33 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1031


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?

2214


which utility is used a dummy utility?

784


what is “Cond= even” and “Cond=only”?

737


What parameters can be used to limit the number of records written to a sysout dataset?

741






Which dd parameters are required?

684


List the different jcl statements that are not permitted in the procedures?

634


What is use of restart and how to use it?

758


Is it possible to left uncode disp?

708


List the various advantages of using jcl language?

844


How can values be passed from the job stream to an executable program?

867


What is the syntax of JCL statement?

688


Can I share my data with other jobs? How?

663


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


How does the jcl specify the job to os?

686