Answer Posted / fred
TYPRUN=SCAN should be used.
The EJCK,JSCAN .... etc are site specific and are not
shipped with your mainframe.
They are some tools that are written in REXX or some other
language that make the process easier. These commands might
not work in all shops.
Thanks
HTH
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is use of restart and how to use it?
What are steplib and joblib?
whats the diff bw the evaluate also and and?
How to submit a jcl from cics?
What are the parameters that are used in creating a gdg?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the purpose of the dd keylen parameter?
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.
For what purpose steplib and joblib are used ?
what is the compile process of cobol program expalin with code
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
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
Is there any command to check wether the ps file is in sorted order?