How different is the JCL executing a COBOL program?
1) if the program is using VB file as input.
2) if the program is using FB file as input.
Answer / dsingh29
you need to take care of RDW of the VB file while defining
file. In FB file there is no such requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
can a job be submitted through jcl only? is there another way to submit a job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are the parameter we cannot use in procedure?
Min no of member?s (PDS) in one directory block?
what is DSN in JCL and what are the parameters to declare the DSN?
Brief description of inline procedure of jcl.
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
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
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.