the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / pradeep k (cr)
write either LV(to open in view mode) or ED(to open in EDIT
mode) in command prompt and select your dataset by keepking
mouse point at that dataset. Now hit enter, selected
dataset will open.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
What is the function of //jcllib statement?
For what purpose steplib and joblib are used ?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how do you access an uncataloged dataset in a jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
How does jcl act on a cobol code?
In sms datasets, what is the function of the dd avgrec keyword?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to pass the parameter in parm using linkage section ? (syntax)?
Why block size is multiple of lrecl in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is use of disp parameter in dd statement?
How does the jcl specify the job to os?