How much is memory space involved, when we code
BLOCKSIZE,TRK & CYL ?
Answer Posted / guest
One block constitutes 32KB of formatted memory/ 42KB of
Unformatted memory,6 blocks makes one Track & 15 Tracks
makes one cylinder.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of dd disp parameter?
What is the function of //cntl statement?
when does a dataset go uncataloged?
Describe the various parameters utilized in the creation of a gdg?
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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What are the 4 fields in dd statement?
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.
When space is allocated for an output dataset, what units can be used?
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 to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
how do you code a null statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
State the uses of syspring, sysin, sort fields, sum fields and dummy.