Answer Posted / g
previous ans is correct
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
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?
How can the disposition of sysout datasets be set for an entire jobstream?
what is use of disp parameter in dd statement?
how JCL works?
What is one line to pass PARM from JCL to COBOL?
What is the maximum length of a single line of jcl?
Name a few IBM utility programs, and explain its function.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can an individual step be restricted from using all the jobs allowed cpu time?
Are there any set of rules for the names of the steps used in a job?
Is it possible to left uncode disp? If yes, how?
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
When output dataset space is required, what quantity categories are used?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is jcl in mainframe, and how many types of jcl statements are there for a job?