i need some shortcuts and tso commands can any on ehelp me
in these ?
Answer / 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 |
how JCL works?
what is the job entry system used in your project?
What is concatenating?
What are the difference between jcl and jes?
Explain about LMINIT - generate a data ID for a data set
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
wht happens if blksize = 0 and lrec = 0 ?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How to pass the parameter in parm using linkage section ? (syntax)?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code