- JCL Practice interview questions (Practical)
- Create a PDS and 5 Memebers
- Create a PS and 5 members
- Write COBOL program for Addtion of 2 numbers (ADDPRG)
- Write COBOL program for subtraction of 2 numbers (SUB PRG)
- Write COBOL program for multiplication of 2 numbers (MULPRG)
- Write COBOL program for division of 2 numbers (DIVPRG)
- Write a JCL program to excute ADDPRG using DD *
- Write a JCL program to excute ADDPRG using DD Dummy..
- Write a JCL program to excute ADDPRG,SUBPRG,MULPRG and DIVPRG.
- Write a JCL prgram to set TIME for above program and watch.
- Write a JCL program to create a PS
- Write a JCL program to create a PDS.
- Write a JCL catalog procedure for ADDPRG and call it from other JCL program.
- Write a JCL instream procedure for ADDPRG and call it.
- Write a JCL procedure with Symbolic Parameter.
- Write a JCL procedure with Overriding Parameter
- Write a COBOL Program to copy records from one file to other file.
18. Write a JCL program to copy data from PS to PS using IEBGENER.
19. Write a JCL program to copy all data from PDS to PDS using IEBCOPY.
20. Write a JCL program to copy selected data from PDS to PDS using IEBCOPY.
21. Write a JCL program to copy other than selected data from PDS to PDS using IEBCOPY.
22. Write a JCL program to print all data from PS using IEBPTPCH
23. Write a JCL program to Rename a Dataset using IEHPROGM
24. Write a JCL program to Delete a Dataset using IEHPROGM
25. Write a JCL program to Catalog a Dataset using IEHPROGM
26. Write a JCL program to Un-Catalog a Dataset using IEHPROGM
27. Write a JCL program to sort records in Ascending order using SORT
28. Write a JCL program to sort records in Descending order using SORT
29. Write a JCL program to sort records with atleast 2 fields order using SORT
No comments:
Post a Comment