How to send a sms to a mobile through mainframe vm’s?
No Answer is Posted For this Question
Be the First to Post Answer
Can min or max be used with alphanumeric data?
what are the common errors that occured while programming in AS/400?
how to change pic of variables declared in copy book inside progrm?
Hi can anybody tell me about Mainframe batch testing and how is it done. I am totally new to mainframe testing. Thanks in Advance.
Explain host variables?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
Can I redefine an x(200) field with a field of x(100) ?
how to invoke subprogram in jcl?
Please any one can tell me,What are the tools for pl/1 project in real time scenario?(what are the version control,debugging and files related tools)?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
I want to increse the size of one existing dataset, can anyone tell me the TSO command throgh that I can edit it.
GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand