What does the && refers to, when it is used in front of a dataset name in JCL
Permanent dataset
Temporary dataset
Dummy dataset
Variable dataset
I want my jcl to abend in 1 min. What parameter can be used in the job card to achieve this?
TIME=(1,0)
ABEND(1,0)
TIME=60
TIME=1
How can I set the return code of JCL from my program
cannot set the return code
using the RETURN-CODE variable in program
passing as an ouput from program
Using the SET-CODE statement in program
How to view/edit the mainframe clipborad after CUT command
CUT DISPLAY
CUT CLIPBOARD
SHOW CLIPBOARD
EDIT CLIPBOARD
Command to find out the changes since last save
Compare *
Compare Session
comp *
comp session
What is the utility to execute a REXX EXEC from a JCL?
IEBGENER
IKJEFT01
IEBPTPCH
IEHPROGM
To use a variable from a main progam in the sub program
it should be defined as GLOBAL
should be included in the linkage section
Both a and b
Cannot be used
should be defined in the linkage section
Should be defined with the same name in both programs
________ command can be used to retreive the last accessed dataset name from reflist
NRETRIEV
RETP
REF
LIST