Answer Posted / raghuveer
change the non numric data given into numeric
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain about ISPF/TSO Commands
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How is a type of file defined in the jcl that executes the cobol program?
Explain the jcl exec statement?
what happens in execution stage in job processing?
a dd statement has 2 types of parameters. Name them?
What do you know about jcl?
How can a fb file convert to vb file using sort program?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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
What is the motivation behind coding class parameter in job statement?
In job processing, what happens in execution stage?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain