Answer Posted / guest
Storage violation error - can be due to various reasons.
e.g.: READING a file that is not open, invalid address
referenced due to subscript error.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How jcl is used for testing batch programs?
Must tape dataset definitions include vol=ser specifications?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what are the statements that are not valid to be included in an include statement?
How does jcl act on a cobol code?
what are JCLLIB and STEPLIB in JCL?
What is the function of a dd statement?
Explain the jcl exec statement?
How does jcl specify the job to the operating system?
What is multithreading in jcl?
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?
Explain the function of the dd dcb keyword?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how do you code a null statement?