Answer Posted / rams
hi muttaiah,
=9.s.st means
9 = its a ibm product number
s = system display search facility(sdsf)
st= status of ur job
thanks,
rams
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
Explain the function of //jcllib statement?
How can unused space allocation be returned to the system when a dataset is closed?
How do you overcome this limitation ?
What are the utility programs in jcl?
List in order the hierarchical levels of jcl?
Differentiate between addressing mode and run mode.
Can we use DISP=SHR in output file in JCL
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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the hierarchy levels 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
Describe the various parameters utilized in the creation of a gdg?
which parameter is used to check the syntax of a jcl without executing it?
What are the rules employed while naming the steps in a job?