What is the difference between joblib and jcllib statements
Answer Posted / mrunmaya
then what is loadlib prashanthkodakani?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the significance of addrspc parameter in exec statement?
Is it possible to define dd statements as you want?
What statement can be used to send data to another mvs jes3 node?
Explain the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
Name what parameter directs the output of the job log dataset?
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) ?
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
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how to compare two datasets without using superce because output is limited to 133 bytes
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to code instream data in a PROC?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is the use of IEBGENER utility?