Answer Posted / magician
just replace "subprogram" with "proc" - and it will be O'k.
e.g.
//MYJOB JOB
//*
//MYSAMPLE PROC MYPARAM=DEFAULTVALUE
//MYSUBPRO EXEC PGM=MYSUB
//... DD-cards
//MYSAMPLE PEND
//*
//MYSTEP EXEC MYSAMPLE,MYPARAM=FOREXAMPLE
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you name a few software running under the mainframe?
How long have you been working on mainframes?
what is difference between file-aid tool and file-aid utility?
Can the values of alphanumeric be moved to variable numeric?
Can I redefine an x(100) field with a field of x(200)?
What is drda ?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
What is the difference between hdam and hidam databases?
what u mean by csrloc and rtncsrloc in rpgIV in as/400.Give an eg? to do...give some coding...what is row no and column no ???..if possible...give a no of lines coding....please
Can we move alphanumeric incentive to the numeric field?
can any one exaplin about Decision Tables in test region with good example
how can we define a gdg?
If DB2 query returns in null value, how do you work with it in PL/1?
Explain lock contention?
How to compare two files by using sort?