What is the difference between sb37,se37,sd37 each?
Answer Posted / siddharth
SB37-------------------PRIMARY SPACE NOT SUFFICIENT
SD32------------------ SECONDARY SPACE NOT SUFFICIENT
SE37------------------SPACE NOT SUFFICIENT FOR PDS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is notcat 2 - gs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain in DD statement what is the use of DCB parameter?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How can the attributes of one sms dataset be copied to another dataset?
What is the function of job statement in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what happens in conversion stage in job processing?
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 would you create a temporary dataset? And where will you use them?
A dd statement consists of 4 fields. Name them?
Explain dd statement in jcl?
What is the purpose of disp parameter?