Answer Posted / chandu
a- mod means addressing mode, it will use below 16m bytes.
r-mode means residance, it will use above 16m bytes
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to submit a jcl from cics?
Explain dd statement in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Suppose I have five jobs to do. But I want to hold one?
how you can direct the data to spool using SYSOUT option?
What are hierarchy levels in jcl?
How can an in-stream dataset be terminated?
What statement can be used to send data to another mvs jes3 node?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
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
Is it possible to code instream data in a PROC?
Can we use DISP=SHR in output file in JCL
Define concatenating?