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 |
mainframe questions like basic&depth
What is GDG?
i need some shortcuts and tso commands can any on ehelp me in these ?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
What is S322 abend ?
Explain about SYSVAR
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?