How to get cursor position from system in CICS environment ?
Answer Posted / guest
Get it from EIBCURPOS !
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
In sms datasets, what is the function of the dd avgrec keyword?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How would you understand error(execution phase)?
How can a fb file convert to vb file using sort program?
How can the submitting users racf authority be overridden in a job stream?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
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
Explain the function of the dd dcb keyword?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How can the attributes of one sms dataset be copied to another dataset?
a dd statement has 2 types of parameters. Name them?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are the rules employed while naming the steps in a job?
How to override loadlib?