How to Enter The Spool Area In Real Time?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Hi Rams,
Thanks for your response,
Actually is there any possibility that these options may
differ from organization-organization or project to project.
can i have a clear introduction regarding this.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / smita
Hi,
Yes You are right.It differs from Org. to Org.
Some use : START U.8 or START U.9
whr U=User
8=IOF joblist
9=IOF job options
Let me know if U r not clear.
Thanks
Smita Padhy
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nag
hi,
In IBM, we used directly S.ST at ISPF main menu.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / muttaiah
Rams:
Can you Give clearly what does the ISPF option
9.s.St stands for
Awaiting ur reply
| Is This Answer Correct ? | 0 Yes | 0 No |
how do u define a file in cobol and jcl ?
Explain about CBL/PROCESS statement syntax
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
What does S0C4 error mean?
Whats error code s222?
Suppose I have five jobs to do. But I want to hold one?
How many types we can give input to JCL
Explain about LMMFIND - find a library member
how you will the direct the data to spool using sysout option?
what is A-MODE and R-MODE?
What is DISP= (NEW,PASS,DELETE)?