using cursor how can you fetch more than one record into a
variable
Answer Posted / swathiii
By using the host variable u can fetch more than one
records.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is DD statement is used in JCL?
Mention the types of job control statements?
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?
how you can direct the data to spool using SYSOUT option?
What is the use of symbol // in jcl?
Explain the job statement in jcl?
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 do you understand by the term notcat 2 – gs?
How can a fb file convert to vb file using sort program?
what is the resolution for sb37 error
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain about ISPF/TSO Commands
How does jcl specify the job to the operating system?
define cond parameter in jcl?