i need some shortcuts and tso commands can any on ehelp me
in these ?
Answer Posted / sk
F3 - Back
F9 - Swap the screen,(open 4 windows then press 3 on
command prompt and F3 then it will do to third window you
opened)
F10 - Right
F11 - Left
F4 - Cllose selected one and it will move to first screen.
in command prompt
F 'string to be searched' - Search- open the file and type
for the next occurence press F5
Hex decimal view - HEX ON
If you want more get in touch....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
what is the purpose of coding class parameter in job statement?
What are the difference between jcl and jes?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the function of the dd dcb keyword?
Is it possible to left uncode disp?
List the various advantages of using jcl language?
What is the use of symbol // in jcl?
In job processing, what happens in execution stage?
What are the 4 fields in dd statement?
Explain how can return codes be tested before execution of a job step?
what is DSN parameter and DISP parameter is used for?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What is catelog procedure and how many catelog procedure to use in one job?
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