Answer Posted / sri
Insufficient disk space
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
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
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can the attributes of one sms dataset be copied to another dataset?
What is the difference between the positional and keyword parameters? Give examples.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is DD statement is used in JCL?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain dfsort utility?
What is the function of dd disp parameter?
Is their any limit for data sets?
what is a jcl?
How can values be passed from the job stream to an executable program?