How do you skip a particular step in a proc/JOB?
Answer Posted / debajyoti
COND=(0,LE) or COND=(4095,GE)
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
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
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is multithreading in jcl?
How to run cobol program using jcl?
Explain about ISPF/TSO Commands
What is the motivation behind coding class parameter in job statement?
how can you check if a file is empty using jcl?
what is the resolution for sb37 error
How does jcl specify the job to the operating system?
how you will the direct the data to spool using sysout option?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
when does a dataset go uncataloged?
what sort card you will use to copy the data from one dataset to another dataset?
how to do automated restart when a job abends?