what are the technical terms for
//
/*
in jcl
Answer Posted / arun
// - identifier.
/* - delimiter.
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
Explain how can a stopped job be started again?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
in ways data can be passed to a COBOL program from JCL?
What is Cataloged Procedures?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to override loadlib?
In sms datasets, what is the function of the dd mgmtclas keyword?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Describe the various parameters utilized in the creation of a gdg?
When space is allocated for an output dataset, what units can be used?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens in conversion stage in job processing?
how you can access an uncataloged dataset in a JCL?
What does a disposition of (MOD,DELETE,DELETE) mean ?